Commit 417d9bd1 authored by Jérome Perrin's avatar Jérome Perrin

typo in LOG message


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5574 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c36810ef
...@@ -135,8 +135,8 @@ class PreferenceTool(BaseTool): ...@@ -135,8 +135,8 @@ class PreferenceTool(BaseTool):
security.declareProtected(Permissions.View, "getPreference") security.declareProtected(Permissions.View, "getPreference")
def getPreference(self, pref_name) : def getPreference(self, pref_name) :
""" get the preference on the most appopriate Preference object. """ """ get the preference on the most appopriate Preference object. """
LOG("PreferenceTool", PROBLEM, 'calling getPreference directly on the tool' + LOG("PreferenceTool", PROBLEM, 'calling getPreference directly on the '+
'is deprecated, no caching happens !') 'tool is deprecated, no caching happens !')
def _getPreference(pref_name="") : def _getPreference(pref_name="") :
found = 0 found = 0
MARKER = [] MARKER = []
......
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