commit | de7035c41d944e428d080df64fecc028135732bc | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Thu Feb 16 15:42:41 2017 -0800 |
committer | Ray Milkey <ray@onlab.us> | Fri Feb 17 18:23:06 2017 +0000 |
tree | 8316c08b5b6d69c4eb825f07a53e54c8b700f060 | |
parent | 78e916048d663007a64dbfde7e17cf502e04f649 [diff] |
Fix debug statement broken by previous checkin Change-Id: I4cb376146a288a111d39e3d873d528d30dd7965e (cherry picked from commit 07b5935cba06a59ebb069972eea2d1592a338d87)
diff --git a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/WorkPartitionManager.java b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/WorkPartitionManager.java index a21a8e9..64b9168 100644 --- a/core/store/dist/src/main/java/org/onosproject/store/intent/impl/WorkPartitionManager.java +++ b/core/store/dist/src/main/java/org/onosproject/store/intent/impl/WorkPartitionManager.java
@@ -150,7 +150,7 @@ try { rebalance(); } catch (Exception e) { - log.warn("Exception caught during rebalance task. Will retry in " + + log.warn("{} caught during rebalance task. Will retry in " + RETRY_AFTER_DELAY_SEC + " seconds", e.getMessage()); scheduleRebalance(RETRY_AFTER_DELAY_SEC); }