projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1230d6d
)
Log this exception if we are going to ignore it
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 16:11:46 +0000
(12:11 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 16:11:46 +0000
(12:11 -0400)
kronolith/lib/Kronolith.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Kronolith.php
b/kronolith/lib/Kronolith.php
index
94a4192
..
007b5e2
100644
(file)
--- a/
kronolith/lib/Kronolith.php
+++ b/
kronolith/lib/Kronolith.php
@@
-752,6
+752,7
@@
class Kronolith
try {
$categories = $GLOBALS['registry']->call($api . '/listTimeObjectCategories');
} catch (Horde_Exception $e) {
+ Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_DEBUG);
continue;
}