commit | 6f90c59bb0bc185a648d3668de2e3135438392b2 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Jun 03 20:06:58 2015 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Wed Jun 03 20:06:58 2015 -0700 |
tree | 452881bdd3aed3834f6dd0cb0b6f211f7857754b | |
parent | 236e9cddd97573bcf99291e28f06463580cb6a37 [diff] |
Reduced a log level for link removal message. Change-Id: I8535d9dfe78a9042e76583d0f0fab8c3dabc00b7
diff --git a/core/store/dist/src/main/java/org/onosproject/store/link/impl/GossipLinkStore.java b/core/store/dist/src/main/java/org/onosproject/store/link/impl/GossipLinkStore.java index 4ba8cca..c3c2aa9 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/link/impl/GossipLinkStore.java +++ b/core/store/dist/src/main/java/org/onosproject/store/link/impl/GossipLinkStore.java
@@ -466,8 +466,8 @@ try { timestamp = deviceClockService.getTimestamp(dstDeviceId); } catch (IllegalStateException e) { - log.warn("Failed to remove link {}, was not the master", key); - //there are times when this is called before mastership + log.debug("Failed to remove link {}, was not the master", key); + // there are times when this is called before mastership // handoff correctly completes. return null; }