# HG changeset patch # User Alexandre Fayolle # Date 1260434631 -3600 # Node ID 72fd2d4cc782b008f2e19663fb57195361438dfc # Parent 6e8da644d996b59e5d9efaaa8f3765058af31ac3 changed log severity from critical to info if a plugin cannot be loaded diff -r 6e8da644d996 -r 72fd2d4cc782 cwconfig.py --- a/cwconfig.py Wed Dec 09 19:29:21 2009 +0100 +++ b/cwconfig.py Thu Dec 10 09:43:51 2009 +0100 @@ -476,7 +476,7 @@ try: load_module_from_file(join(CW_SOFTWARE_ROOT, ctlfile)) except ImportError, err: - cls.critical('could not import the command provider %s (cause : %s)' % + cls.info('could not import the command provider %s (cause : %s)' % (ctlfile, err)) cls.info('loaded cubicweb-ctl plugin %s', ctlfile) for cube in cls.available_cubes():