From: Michael J. Rubinsky Date: Tue, 4 Aug 2009 16:11:46 +0000 (-0400) Subject: Log this exception if we are going to ignore it X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45a255c8032ede4f47f15af36aa5ef0a7a0ee3fa;p=horde.git Log this exception if we are going to ignore it --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 94a419263..007b5e281 100644 --- 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; }