Commit c13a5f4673f2fe1ca492c05c60373cb7b3593712
1 parent
d193d8b789
Exists in
master
gateway name on sep
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -7,7 +7,7 @@ redisClient = redis.createClient(config.globals.redis_port, config.globals.redis |
7 | 7 | |
8 | 8 | redisClient.on("pmessage", function (pattern, channel, message) { |
9 | 9 | var gateway = channel.match(/gw:(.*)\.message$/)[1]; |
10 | - console.log('----------------'); | |
10 | + console.log('---------------- ' + gateway + ':'); | |
11 | 11 | console.log(message + ' (' + gateway + ')'); |
12 | 12 | }); |
13 | 13 |