Fix findbugs warnings
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / FrontendClientMetadataBuilder.java
index 81b782d236f751a54195faed7b37af19adb1ee5c..5de977da13588eb2dbd8d688ba56ee423a8ea3b1 100644 (file)
@@ -108,7 +108,7 @@ final class FrontendClientMetadataBuilder implements Builder<FrontendClientMetad
 
         // XXX: do we need to account for cookies?
         purgedHistories.add(historyId.getHistoryId());
-        LOG.debug("{}: Purged history {}", historyId);
+        LOG.debug("{}: Purged history {}", shardName, historyId);
     }
 
     void onTransactionAborted(final TransactionIdentifier txId) {