Skip to content
Snippets Groups Projects
Commit cf61fd8d authored by Gregor Maier's avatar Gregor Maier
Browse files

Adding debug logging to SwitchPortMatcher. Tweak log levels.

We'll now log when SwitchPortMatcher can't find the switch or port for a
packet its trying to match.
parent 06600b40
No related branches found
No related tags found
No related merge requests found
......@@ -289,8 +289,8 @@ public class Controller implements IFloodlightProviderService,
}
return;
}
if (log.isTraceEnabled()) {
log.trace("Dispatching HA Role update newRole = {}, oldRole = {}",
if (log.isDebugEnabled()) {
log.debug("Dispatching HA Role update newRole = {}, oldRole = {}",
newRole, oldRole);
}
// Set notified role to slave before notifying listeners. This
......
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