From: Jan Schneider Date: Sat, 2 Oct 2010 22:16:48 +0000 (+0200) Subject: Log this at DEBUG level. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ff549aac43cd0a1e5560e768a5708f5c15f63e08;p=horde.git Log this at DEBUG level. --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 2e667b8b3..f1cb89a1b 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -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'); } }