diff --git a/index.js b/index.js index 2cfc2b0..368adda 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ redisSubscriber.on('message', function(channel, message) { total = total + stock; } - logger.info('DENOM ' + params['ussd_nom'] + ': ' + total + ' in ' + nonEmptyChipsCount + ' chips'); + logger.info('XL' + params['ussd_nom'] + ': ' + total + ' in ' + nonEmptyChipsCount + ' chips'); }); } });