[FIX] Typo
authorStephane Wirtel <stephane@tinyerp.com>
Mon, 19 Jan 2009 15:44:03 +0000 (16:44 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Mon, 19 Jan 2009 15:44:03 +0000 (16:44 +0100)
bzr revid: stephane@tinyerp.com-20090119154403-g2t8dn49yxrpmw3h

bin/addons/__init__.py

index 1c6618a..a542ae6 100644 (file)
@@ -541,7 +541,7 @@ def load_module_graph(cr, graph, status=None, perform_checks=True, **kwargs):
         migrations.migrate_module(package, 'pre')
 
         register_class(m)
-        logger.notifyChannel('init', netsvc.LOG_INFO, 'module %s loading objects' % m)
+        logger.notifyChannel('init', netsvc.LOG_INFO, 'module %s: loading objects' % m)
         modules = pool.instanciate(m, cr)
 
         if modobj is None: