Commit 4862c4e7 authored by Vincent Pelletier's avatar Vincent Pelletier

Make LOG line explain the situation a bit more.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27127 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd1da327
......@@ -58,7 +58,8 @@ for handler_id, module_id in handler_module_dict.iteritems():
globals(), {}, [module_id])
except ImportError:
LOG('WebServiceTool', WARNING,
'Unable to import module %r.' % (module_id, ),
'Unable to import module %r. %r transport will not be available.' % \
(module_id, handler_id),
error=sys.exc_info())
else:
registerConnectionPlugin(handler_id, getattr(module, module_id))
......
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