Skip to content

Commit 63c6380

Browse files
committed
don't use console.log
1 parent 96d9edb commit 63c6380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenFlow/src/amqpwrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export class amqpwrapper extends events.EventEmitter {
531531
case "housekeeping":
532532
// if (this.IsMyconsumerTag(options.consumerTag)) break;
533533
if (msg.lastrun) {
534-
console.log("set lastHouseKeeping too " + msg.lastrun)
534+
Logger.instanse.info("[OF][" + options.exchange + "] " + msg.lastrun)
535535
Message.lastHouseKeeping = new Date(msg.lastrun);
536536
} else {
537537
if (Message.lastHouseKeeping != null) {

0 commit comments

Comments
 (0)