projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28890c8
)
Add debug logging when loading config file
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Dec 2010 18:30:50 +0000
(11:30 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Dec 2010 18:30:50 +0000
(11:30 -0700)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
3b751f2
..
0b60015
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-772,6
+772,8
@@
HTML;
echo $output;
}
+ Horde::logMessage('Load config file (' . $config_file . '; app: ' . $app . ')', 'DEBUG');
+
if (is_null($var_names)) {
return;
} elseif (is_array($var_names)) {