summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 513350497..489a014d6 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -234,7 +234,7 @@ function headlines_callback2(transport, feed_cur_page) {
remove_splash();
} catch (e) {
- exception_error("headlines_callback2", e);
+ exception_error_ext("headlines_callback2", e, transport);
}
}