X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fentityownership%2Fselectionstrategy%2FEntityOwnerSelectionStrategyConfigReader.java;h=2d504cd6aab2652d2deed6355820a1a0d54ab2f2;hp=4ac28a6719a07f0c4d368d354625f533e0f4983c;hb=90f03193700920e656596d2a2257802cb22a90c7;hpb=8f30cbc0ba2676e883faadba10f757881983b2d0 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReader.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReader.java index 4ac28a6719..2d504cd6aa 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReader.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReader.java @@ -50,7 +50,7 @@ public final class EntityOwnerSelectionStrategyConfigReader { for (final Entry entry : properties.entrySet()) { final String key = (String) entry.getKey(); if (!key.startsWith(ENTITY_TYPE_PREFIX)) { - LOG.debug("Ignoring non-conforming property key : {}"); + LOG.debug("Ignoring non-conforming property key : {}", key); continue; }