Skip to content
Snippets Groups Projects
Commit dbc1505b authored by Rob Adams's avatar Rob Adams
Browse files

Remove bad log message that also caused unit test failure

parent 0db7b9f7
No related branches found
No related tags found
No related merge requests found
......@@ -598,8 +598,6 @@ IFlowReconcileListener, IInfoProvider, IHAListener {
switch (msg.getType()) {
case PACKET_IN:
debugCounters.updateCounter("devicemanager-incoming");
logger.info("Received PI: {} on switch {}, port {} ***",
new Object[] { (OFPacketIn)msg, sw.getStringId() });
return this.processPacketInMessage(sw,
(OFPacketIn) msg, cntx);
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment