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

Merge into master from pull request #6:

Remove unnecessary error log. (https://github.com/floodlight/floodlight/pull/6)
parents 6e67d37c 928692e1
No related branches found
No related tags found
No related merge requests found
......@@ -379,8 +379,6 @@ public class TopologyImpl implements IOFMessageListener, IOFSwitchListener,
HashMap<Long, Long> treeNodes = clusterTree.getNodes();
for (IOFSwitch sw : cluster.getSwitches()) {
if (!switchLinks.containsKey(sw)) {
log.error("detectLoopInCluster, No link for switch {} in cluster {}",
sw, HexString.toHexString(cluster.getId()));
continue;
}
for (LinkTuple linktp : switchLinks.get(sw)) {
......
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