summaryrefslogtreecommitdiffstats
path: root/utility
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 /utility
parent24226d69f906f0064909c820f8c66e2242206b8e (diff)
url in feed init error msg
Diffstat (limited to 'utility')
-rw-r--r--utility/feedfetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/feedfetcher.php b/utility/feedfetcher.php
index e4a9019ac..2ab671482 100644
--- a/utility/feedfetcher.php
+++ b/utility/feedfetcher.php
@@ -83,7 +83,7 @@ class FeedFetcher implements IFeedFetcher {
$simplePie->set_cache_duration($this->cacheDuration);
if (!$simplePie->init()) {
- throw new FetcherException('Could not initialize simple pie');
+ throw new FetcherException('Could not initialize simple pie on feed with url ' . $url);
}