From ff549aac43cd0a1e5560e768a5708f5c15f63e08 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 3 Oct 2010 00:16:48 +0200 Subject: [PATCH] Log this at DEBUG level. --- framework/Core/lib/Horde/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } -- 2.11.0