summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-14 08:29:38 +0100
committerAndrew Dolgov <[email protected]>2005-12-14 08:29:38 +0100
commit83f043bb941b40ba0e5c6b29d01776e92db5936c (patch)
tree0efc995ebfa221edac15b8e3fd29d590a7ea8862 /feedlist.js
parent672366bdf7ee771f9855f2f773487d72fae57c57 (diff)
misc exception handling improvements
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 ead7948a1..e93108379 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -181,7 +181,7 @@ function toggleCollapseCat(cat) {
xmlhttp_rpc.send(null);
} catch (e) {
- exception_error(e);
+ exception_error("toggleCollapseCat", e);
}
}