Fix findbugs warnings
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / TransactionContextCleanup.java
index d4b52e52524ca894d123693db11497241a48fc7b..ef8cc49582d04dd383fecb542a4fdc0d3ab84653 100644 (file)
@@ -54,7 +54,7 @@ final class TransactionContextCleanup extends FinalizablePhantomReference<Transa
 
     @Override
     public void finalizeReferent() {
-        LOG.trace("Cleaning up {} Tx actors {}", cleanup);
+        LOG.trace("Cleaning up {} Tx actors", cleanup);
 
         if (CACHE.remove(cleanup) != null) {
             cleanup.closeTransaction();