Commit 8611df562219179a963aa17b39a646ebe2c783db
1 parent
d357b805d8
Exists in
master
replace DENOM to XL
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -38,7 +38,7 @@ redisSubscriber.on('message', function(channel, message) { |
38 | 38 | total = total + stock; |
39 | 39 | } |
40 | 40 | |
41 | - logger.info('DENOM ' + params['ussd_nom'] + ': ' + total + ' in ' + nonEmptyChipsCount + ' chips'); | |
41 | + logger.info('XL' + params['ussd_nom'] + ': ' + total + ' in ' + nonEmptyChipsCount + ' chips'); | |
42 | 42 | }); |
43 | 43 | } |
44 | 44 | }); |