Skip to content
Snippets Groups Projects
Commit ac8c11c1 authored by abat's avatar abat
Browse files

Merge into master from pull request #3470:

Floodlight: typo in Controller.java (https://github.com/bigswitch/bigswitchcontroller/pull/3470)
parents da9ed3fb 42e8230f
No related branches found
No related tags found
No related merge requests found
......@@ -791,7 +791,7 @@ public class Controller implements IFloodlightProviderService,
if (role == this.role) {
counters.setSameRole.increment();
log.debug("Received role request for {} but controller is "
+ "already {}. Ingoring it.", role, this.role);
+ "already {}. Ignoring it.", role, this.role);
return;
}
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