From 9a8644aebae865c12a4e927088f8cd4794c5860d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 17 Mar 2010 12:34:45 -0600 Subject: [PATCH] Missing logMessage() conversion --- horde/services/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0