summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 14:57:17 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-20 14:57:17 +0100
commit5cc1be3a0183c52064a087e2f9514422982a28a1 (patch)
treecd128372c2c7aafdb9bb185fa4a1587d22fe97f6
parent4370957f30afe5c63823d159065360a0e316ba6d (diff)
better debug
-rw-r--r--service/feedservice.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/feedservice.php b/service/feedservice.php
index e8d98baf7..10a355db4 100644
--- a/service/feedservice.php
+++ b/service/feedservice.php
@@ -247,6 +247,7 @@ class FeedService extends Service {
// failed updating is not really a problem, so only log it
$this->logger->debug(
'Can not update feed with url ' . $existingFeed->getUrl() .
+ ' and location ' . $existingFeed->getLocation() .
': ' . $ex->getMessage(),
$this->loggerParams
);