Add debug logging when loading config file
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Dec 2010 18:30:50 +0000 (11:30 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Dec 2010 18:30:50 +0000 (11:30 -0700)
framework/Core/lib/Horde.php

index 3b751f2..0b60015 100644 (file)
@@ -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)) {