summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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 a7017f9ca..56660aa33 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -29,7 +29,7 @@ function viewNextFeedPage() {
undefined, _feed_cur_page+1);
} catch (e) {
- exception_error(e, "viewFeedGoPage");
+ exception_error("viewFeedGoPage", e);
}
}