projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d7faa
)
Log this at DEBUG level.
author
Jan Schneider
<jan@horde.org>
Sat, 2 Oct 2010 22:16:48 +0000
(
00:16
+0200)
committer
Jan Schneider
<jan@horde.org>
Sat, 2 Oct 2010 22:19:45 +0000
(
00:19
+0200)
framework/Core/lib/Horde/Registry.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Registry.php
b/framework/Core/lib/Horde/Registry.php
index
2e667b8
..
f1cb89a
100644
(file)
--- 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
');
}
}