diff --git a/lib/Event.php b/lib/Event.php index aa3c0b26..4e80c335 100644 --- a/lib/Event.php +++ b/lib/Event.php @@ -743,7 +743,7 @@ public function toiCalendar($calendar, $includeFiles = true) } $params['TZID'] = $this->timezone; } catch (Horde_Exception $e) { - Horde::log('Unable to locate the tz database.', 'WARN'); + Horde::log('Unable to parse timezone for event ID ' . $this->_id . ': ' . $e, 'WARN'); } }