Commit 4d134d56 authored by Nicolas Delaby's avatar Nicolas Delaby

Display better LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7626d0a4
......@@ -254,7 +254,7 @@ def getModuleIdList(product_path, module_id):
module_name_list += [module_name]
except:
LOG('ERP5Type:', BLATHER,
'No PropertySheet directory in %s' % product_path)
'No %s directory in %s' % (module_id, product_path))
return path, module_name_list
# EPR5Type global modules update
......
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