summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-05 14:49:28 +0400
committerAndrew Dolgov <[email protected]>2011-04-05 14:49:28 +0400
commit592f0339437e0eb91e3790e008c9570b8a89ef98 (patch)
tree0bac1b2054fa07c6b6e8839a6a4d7d5ae21e6055 /functions.js
parent78ccac0bdd34cfa1f8f6c724771b12ea3554f451 (diff)
subscribeToFeed: add transport information to exception handler
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index b4c085a09..e9a6d928c 100644
--- a/functions.js
+++ b/functions.js
@@ -943,7 +943,7 @@ function quickAddFeed() {
}
} catch (e) {
- exception_error("subscribeToFeed", e);
+ exception_error("subscribeToFeed", e, transport);
}
} });