Log this at DEBUG level.
authorJan Schneider <jan@horde.org>
Sat, 2 Oct 2010 22:16:48 +0000 (00:16 +0200)
committerJan Schneider <jan@horde.org>
Sat, 2 Oct 2010 22:19:45 +0000 (00:19 +0200)
framework/Core/lib/Horde/Registry.php

index 2e667b8..f1cb89a 100644 (file)
@@ -552,7 +552,7 @@ class Horde_Registry
                     (file_exists($app['fileroot'] . '/config/conf.xml') &&
                     !file_exists($app['fileroot'] . '/config/conf.php'))) {
                     $app['status'] = 'inactive';
-                    Horde::logMessage('Setting ' . $appName . ' inactive because the fileroot does not exist or the application is not configured yet.', 'INFO');
+                    Horde::logMessage('Setting ' . $appName . ' inactive because the fileroot does not exist or the application is not configured yet.', 'DEBUG');
                 }
             }