projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab1880
)
Make it easier to grok horde log for PHP errors
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 06:40:07 +0000
(23:40 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 06:40:07 +0000
(23:40 -0700)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
7a69f06
..
6dad1e4
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-165,7
+165,7
@@
HTML;
{
if (class_exists('Horde_Log')) {
try {
- self::logMessage(new ErrorException($errstr, 0, $errno, $errfile, $errline), 'DEBUG');
+ self::logMessage(new ErrorException(
'PHP ERROR: ' .
$errstr, 0, $errno, $errfile, $errline), 'DEBUG');
} catch (Exception $e) {}
}
}