Missing logMessage() conversion
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Mar 2010 18:34:45 +0000 (12:34 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Mar 2010 18:35:37 +0000 (12:35 -0600)
horde/services/ajax.php

index 83accd4..e1531c2 100644 (file)
@@ -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.