Skip to content
Snippets Groups Projects
Commit 928692e1 authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

remove unnecessary log msg

parent 6e67d37c
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