diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py index 59fd7096137c56247557bc3d37d27c69fafef5ef..7e75d78e7cab8490cb979bac98f20027672647f2 100644 --- a/product/ZSQLCatalog/SQLCatalog.py +++ b/product/ZSQLCatalog/SQLCatalog.py @@ -84,7 +84,7 @@ try: from Products.ERP5Type.Cache import \ readOnlyTransactionCache except ImportError: - LOG('SQLCatalog', WARNING, 'Count not import caching_instance_method, expect slowness.') + LOG('SQLCatalog', WARNING, 'Count not import readOnlyTransactionCache, expect slowness.') readOnlyTransactionCache = noReadOnlyTransactionCache try: