From 592f0339437e0eb91e3790e008c9570b8a89ef98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 5 Apr 2011 14:49:28 +0400 Subject: subscribeToFeed: add transport information to exception handler --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') 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); } } }); -- cgit v1.2.3