Commit 2de787ec authored by Vincent Pelletier's avatar Vincent Pelletier

Fix logging class.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25890 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f5ada5d
......@@ -2014,7 +2014,7 @@ class Catalog(Folder,
# resulting where-expression)
if '.' in key:
implicit_table_list.append(key)
LOG('buildQuery', WARNING, 'Discarding empty value for key %r: %r' % (key, value))
LOG('SQLCatalog', WARNING, 'Discarding empty value for key %r: %r' % (key, value))
else:
script = self.getScriptableKeyScript(key)
if isinstance(value, _Query):
......
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