From: Michael M Slusarz Date: Wed, 17 Mar 2010 18:34:45 +0000 (-0600) Subject: Missing logMessage() conversion X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9a8644aebae865c12a4e927088f8cd4794c5860d;p=horde.git Missing logMessage() conversion --- diff --git a/horde/services/ajax.php b/horde/services/ajax.php index 83accd4ac..e1531c278 100644 --- a/horde/services/ajax.php +++ b/horde/services/ajax.php @@ -61,7 +61,7 @@ try { // Clear the output buffer that we started above, and log any unexpected // output at a DEBUG level. if (ob_get_length()) { - Horde::logMessage('Unexpected output (' . $app . '): ' . ob_get_clean(), __FILE__, __LINE__, 'DEBUG'); + Horde::logMessage('Unexpected output: ' . ob_get_clean(), 'DEBUG'); } // Send the final result.