Skip to content
Snippets Groups Projects
Commit 34e09a22 authored by Saurav Das's avatar Saurav Das
Browse files

fixing tabs

parent 2b937a56
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ public class LearningSwitch
// and write it out
try {
counterStore.updatePktOutFMCounterStoreLocal(sw, packetOutMessage);
counterStore.updatePktOutFMCounterStoreLocal(sw, packetOutMessage);
sw.write(packetOutMessage, null);
} catch (IOException e) {
log.error("Failed to write {} to switch {}: {}", new Object[]{ packetOutMessage, sw, e });
......@@ -514,7 +514,7 @@ public class LearningSwitch
log.info("received an error {} from switch {}", msg, sw);
return Command.CONTINUE;
default:
break;
break;
}
log.error("received an unexpected message {} from switch {}", msg, sw);
return Command.CONTINUE;
......
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