From ddb0ff3b5fe26d8c5299bb113d10eda3061a283a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 22 Dec 2010 11:30:50 -0700 Subject: [PATCH] Add debug logging when loading config file --- framework/Core/lib/Horde.php | 2 ++ 1 file changed, 2 insertions(+) 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)) { -- 2.11.0