summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
Diffstat (limited to 'businesslayer')
-rw-r--r--businesslayer/feedbusinesslayer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index 7683d769f..1f5d5d6c7 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -176,6 +176,7 @@ class FeedBusinessLayer extends BusinessLayer {
// failed updating is not really a problem, so only log it
$this->api->log('Can not update feed with url' . $existingFeed->getUrl() .
': Not found or bad source');
+ $this->api->log($ex->getMessage());
}
return $this->mapper->find($feedId, $userId);