Skip to content
Snippets Groups Projects
Commit e4286707 authored by Andrew Or's avatar Andrew Or
Browse files

Floodlight: typo in Controller.java

parent dbccd97b
No related branches found
No related tags found
No related merge requests found
...@@ -791,7 +791,7 @@ public class Controller implements IFloodlightProviderService, ...@@ -791,7 +791,7 @@ public class Controller implements IFloodlightProviderService,
if (role == this.role) { if (role == this.role) {
counters.setSameRole.increment(); counters.setSameRole.increment();
log.debug("Received role request for {} but controller is " log.debug("Received role request for {} but controller is "
+ "already {}. Ingoring it.", role, this.role); + "already {}. Ignoring it.", role, this.role);
return; return;
} }
if (this.role == Role.MASTER && role == Role.SLAVE) { if (this.role == Role.MASTER && role == Role.SLAVE) {
......
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