projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b559968
)
Missing logMessage() conversion
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 17 Mar 2010 18:34:45 +0000
(12:34 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 17 Mar 2010 18:35:37 +0000
(12:35 -0600)
horde/services/ajax.php
patch
|
blob
|
history
diff --git
a/horde/services/ajax.php
b/horde/services/ajax.php
index
83accd4
..
e1531c2
100644
(file)
--- 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.