From: Michael M Slusarz Date: Wed, 22 Dec 2010 18:30:50 +0000 (-0700) Subject: Add debug logging when loading config file X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ddb0ff3b5fe26d8c5299bb113d10eda3061a283a;p=horde.git Add debug logging when loading config file --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 3b751f242..0b600156a 100644 --- 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)) {