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); } }