Yuta HIGUCHI

Lowering log level.

Change-Id: Iade7f2b9aeebf73cb65830ecf3120f64da5ca7df
......@@ -1090,7 +1090,7 @@ public class GossipDeviceStore
.toList();
if (nodeIds.size() == 1 && nodeIds.get(0).equals(self)) {
log.info("No other peers in the cluster.");
log.debug("No other peers in the cluster.");
return;
}
......
......@@ -538,7 +538,7 @@ public class GossipLinkStore
.toList();
if (nodeIds.size() == 1 && nodeIds.get(0).equals(self)) {
log.info("No other peers in the cluster.");
log.debug("No other peers in the cluster.");
return;
}
......