Commit 6d6594c9d7e21f0662d4b7e6ed7b36b8ca7bca31

Authored by Adhidarma Hadiwinoto
1 parent f9c711ccdd
Exists in master

typo fix

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -320,7 +320,7 @@ function sendTopUpReport(reverseUrls, params, urlIdx, retry) {
320 320 )
321 321 return;
322 322 }
323   -
  323 +
324 324 logger.warn('topUpReport retry exceed');
325 325 return;
326 326 }
... ... @@ -359,7 +359,7 @@ function sendTopUpReport(reverseUrls, params, urlIdx, retry) {
359 359  
360 360 }
361 361 catch(topUpReportException) {
362   - logger.warn("Exception on sending topUpReport" {e: topUpReportException});
  362 + logger.warn("Exception on sending topUpReport", {e: topUpReportException});
363 363 }
364 364  
365 365 });