summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
);