Commit 1eace2f530afae02baef0c0ef89c7041657d339e
1 parent
697a69d56d
Exists in
master
log on subscribe
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -119,6 +119,7 @@ function subscribeToPartners() { |
119 | 119 | let partners = config.h2h_out.allow_response_from.trim().split(/\s*,\s*/); |
120 | 120 | let count = partners.length; |
121 | 121 | for (let i=0; i<count; i++) { |
122 | + logger.verbose('Subscribing ' + partners[i]); | |
122 | 123 | xmpp.subscribe(partners[i]); |
123 | 124 | } |
124 | 125 | } |