X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fcommon%2Factor%2FMeteredBoundedMailbox.java;h=d234532751e94d871162a82b00d7d051e101ab6c;hp=c3f61c66fef8389e7f06d6bfcbd38cc38aa1cb48;hb=90f03193700920e656596d2a2257802cb22a90c7;hpb=8f30cbc0ba2676e883faadba10f757881983b2d0 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailbox.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailbox.java index c3f61c66fe..d234532751 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailbox.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/MeteredBoundedMailbox.java @@ -74,7 +74,7 @@ public class MeteredBoundedMailbox implements MailboxType, registry.register(fullName, metric); } catch (IllegalArgumentException e) { // already registered - shouldn't happen here since we check above... - LOG.debug("Unable to register '{}' in metrics registry: {}", e); + LOG.debug("Unable to register '{}' in metrics registry", fullName); } }