summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-06-10 19:47:56 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2013-06-10 19:47:56 -0400
commit35557e3a355ca8508266ff383b7b581bd6a23dae (patch)
treed58bb75b02c2e769d967a79465aa6322a0a5a2b3 /businesslayer
parent24226d69f906f0064909c820f8c66e2242206b8e (diff)
url in feed init error msg
Diffstat (limited to 'businesslayer')
-rw-r--r--businesslayer/feedbusinesslayer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index 2370be9c9..05448d7f6 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -196,7 +196,7 @@ class FeedBusinessLayer extends BusinessLayer {
} catch(FetcherException $ex){
// failed updating is not really a problem, so only log it
- $this->api->log('Can not update feed with url' . $existingFeed->getUrl() .
+ $this->api->log('Can not update feed with url ' . $existingFeed->getUrl() .
': Not found or bad source');
$this->api->log($ex->getMessage());
}