summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/feedbl.php')
-rw-r--r--bl/feedbl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index 5ab4d8953..9af4d6198 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -79,6 +79,7 @@ class FeedBl extends Bl {
return $feed;
} catch(FetcherException $ex){
+ $this->api->log($ex->getMessage());
throw new BLException('Can not add feed: Not found or bad source');
}
}