Commit ce0040f97ed8e9117a922777238f085a10309755
1 parent
8fb90c59b7
Exists in
master
perbaikan double init
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
adaptor-xmpp.js
... | ... | @@ -35,7 +35,7 @@ function onSubscribe(sender) { |
35 | 35 | } |
36 | 36 | |
37 | 37 | function onBuddy(jid, state, statusText, resource) { |
38 | - logger.verbose('Buddy state change', {jid: jid, state: state, statusText: statusText: statusText, resource: resource}); | |
38 | + logger.verbose('Buddy state change', {jid: jid, state: state, statusText: statusText, resource: resource}); | |
39 | 39 | } |
40 | 40 | |
41 | 41 | function init(_username, _password, _logger, _callbacks) { |