From: Andrew Dolgov Date: Tue, 5 Apr 2011 10:49:28 +0000 (+0400) Subject: subscribeToFeed: add transport information to exception handler X-Git-Tag: 1.5.3~69 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=592f0339437e0eb91e3790e008c9570b8a89ef98;p=tt-rss.git subscribeToFeed: add transport information to exception handler --- diff --git a/functions.js b/functions.js index b4c085a0..e9a6d928 100644 --- a/functions.js +++ b/functions.js @@ -943,7 +943,7 @@ function quickAddFeed() { } } catch (e) { - exception_error("subscribeToFeed", e); + exception_error("subscribeToFeed", e, transport); } } });