]> git.wh0rd.org - tt-rss.git/commitdiff
subscribeToFeed: add transport information to exception handler
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 5 Apr 2011 10:49:28 +0000 (14:49 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 5 Apr 2011 10:49:28 +0000 (14:49 +0400)
functions.js

index b4c085a092dc098503ed7bccc4ba34cf1f5fc33e..e9a6d928c673a95fa8b1dca3212186e648072d0a 100644 (file)
@@ -943,7 +943,7 @@ function quickAddFeed() {
                                                                }
 
                                                        } catch (e) {
-                                                               exception_error("subscribeToFeed", e);
+                                                               exception_error("subscribeToFeed", e, transport);
                                                        }
 
                                                } });