cwconfig.py
branch3.5
changeset 3270 ae43a0ddc1d9
parent 3269 02a918f108a7
child 3275 5247789df541
--- a/cwconfig.py	Wed Sep 16 18:14:43 2009 +0200
+++ b/cwconfig.py	Wed Sep 16 18:25:13 2009 +0200
@@ -395,7 +395,7 @@
                 try:
                     load_module_from_file(join(CW_SOFTWARE_ROOT, ctlfile))
                 except ImportError, err:
-                    cls.warning('could not import the command provider %s (cause : %s)' %
+                    cls.critical('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():