Commit 8d0f298f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Cosmetic.

parent 1a4f7cf1
...@@ -84,7 +84,7 @@ try: ...@@ -84,7 +84,7 @@ try:
from Products.ERP5Type.Cache import \ from Products.ERP5Type.Cache import \
readOnlyTransactionCache readOnlyTransactionCache
except ImportError: except ImportError:
LOG('SQLCatalog', WARNING, 'Count not import caching_instance_method, expect slowness.') LOG('SQLCatalog', WARNING, 'Count not import readOnlyTransactionCache, expect slowness.')
readOnlyTransactionCache = noReadOnlyTransactionCache readOnlyTransactionCache = noReadOnlyTransactionCache
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment