commit | c2996f900455f5d740c90ad783c4db64fe65566f | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Sun Oct 19 01:19:20 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Sun Oct 19 01:19:20 2014 -0700 |
tree | 7071aebcf9565811ee43ff476b0ca500a75e7563 | |
parent | 0722fb21497a872e765325229f209c6bde495ed3 [diff] |
lowering log level for DeviceClockManager Change-Id: I8c3d7e62770f187a28b84a6dbf32f03869aff5fc
diff --git a/core/store/dist/src/main/java/org/onlab/onos/store/device/impl/DeviceClockManager.java b/core/store/dist/src/main/java/org/onlab/onos/store/device/impl/DeviceClockManager.java index 73ba735..92af514 100644 --- a/core/store/dist/src/main/java/org/onlab/onos/store/device/impl/DeviceClockManager.java +++ b/core/store/dist/src/main/java/org/onlab/onos/store/device/impl/DeviceClockManager.java
@@ -44,7 +44,7 @@ @Override public Timestamp getTimestamp(DeviceId deviceId) { MastershipTerm term = deviceMastershipTerms.get(deviceId); - log.info("term info for {} is: {}", deviceId, term); + log.trace("term info for {} is: {}", deviceId, term); if (term == null) { throw new IllegalStateException("Requesting timestamp for a deviceId without mastership");