From d300e734b3f6228e212678256877718b474f198f Mon Sep 17 00:00:00 2001 From: Tim Windelschmidt Date: Wed, 16 Sep 2015 15:03:02 +0200 Subject: [PATCH] Changed the log output --- node/ip-poll.js | 2 +- node/snmp-mac.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/ip-poll.js b/node/ip-poll.js index a5a7e49..ca2b3ee 100644 --- a/node/ip-poll.js +++ b/node/ip-poll.js @@ -13,7 +13,7 @@ var IpPoll = function(switchaddr, hostsaddr) { var nmap = "nmap -n -sP "; redisClient.on("connect", function () { - console.log("connected to redis"); + console.log("IP-Poll: connected to redis"); self.emit('ready'); }); diff --git a/node/snmp-mac.js b/node/snmp-mac.js index d6c9ff5..f3e718e 100644 --- a/node/snmp-mac.js +++ b/node/snmp-mac.js @@ -21,7 +21,7 @@ var SnmpMac = function(hostname, community) { //redisClient.set(redisprefix + "00:80:a3:91:39:1c","ripe-atlas-probe"); //redisClient.set(redisprefix + "d4:ca:6d:33:cf:79","routerboard"); - console.log("connected to redis"); + console.log("SNMP-MAC: connected to redis"); self.emit('ready'); });