Skip to content
Snippets Groups Projects
Commit 3e62f372 authored by paaguti-work's avatar paaguti-work
Browse files

Synchronised with upstream

Fixed typo and deprecatedAPI call in the new onMessageConsumed
parent 2100aa4a
No related branches found
No related tags found
No related merge requests found
......@@ -622,8 +622,7 @@ implements IFloodlightModule, ILearningSwitchService, IOFMessageListener, IContr
// CAVEAT: extremely noisy when tracking enabled
@Override
public void onMessageConsumed(IOFSwitch sw, OFMessage msg, FloodlightContext cntx) {
if (this.flashAtCompletion) {
sw.flush();
if (this.flushAtCompletion) {
log.debug("Learning switch: ended processing packet {}",msg.toString());
}
}
......
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