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