Changed the log output

This commit is contained in:
Tim Windelschmidt 2015-09-16 15:03:02 +02:00
parent 0cacac09fa
commit d300e734b3
2 changed files with 2 additions and 2 deletions

View File

@ -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');
});

View File

@ -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');
});