This commit is contained in:
antelle 2016-03-27 21:33:07 +03:00
parent 774919fafb
commit 3cb3ec471f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ _.extend(StorageBase.prototype, {
that.logger.info('Too many authorize attempts, fail request', config.url);
return config.error && config.error('unauthorized', xhr);
}
that.logger.info('Repeat request, try #', config.url, config.tryNum);
that.logger.info('Repeat request, try #' + config.tryNum, config.url);
that._xhr(config);
}
});