summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 07:04:14 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 07:04:14 +0100
commit8b36503185840ef41811e35e99e2db1d1c284955 (patch)
tree867112b40d8a5ba482871168dc3f173449827622 /feedlist.js
parent442a9b8c0edc5018597c4459ad97a4b496156d45 (diff)
mention location correctly in exception_error() for viewNextFeedPage
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 56660aa33..3f82993d4 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -29,7 +29,7 @@ function viewNextFeedPage() {
undefined, _feed_cur_page+1);
} catch (e) {
- exception_error("viewFeedGoPage", e);
+ exception_error("viewNextFeedPage", e);
}
}