We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae121f9 + 7f106d8 commit 3569fe2Copy full SHA for 3569fe2
1 file changed
utils/xmlrpc_utils.js
@@ -19,7 +19,7 @@ module.exports = {
19
}
20
log.debug('Trying again in ' + timeout + 'ms');
21
log.debug('Connection refused during method %s: %j', method, data);
22
- this.call(method, data, resolve, reject, timeout);
+ this.call(client, method, data, resolve, reject, log, timeout);
23
24
else if (err || resp[0] !== 1) {
25
log.debug('Some other error during %s: %s, %j', method, err, resp);
0 commit comments