diff --git a/src/main/java/org/elasticsearch/indices/store/IndicesStore.java b/src/main/java/org/elasticsearch/indices/store/IndicesStore.java index 9b62ecc1e61..cb7174a6b06 100644 --- a/src/main/java/org/elasticsearch/indices/store/IndicesStore.java +++ b/src/main/java/org/elasticsearch/indices/store/IndicesStore.java @@ -320,7 +320,7 @@ public class IndicesStore extends AbstractComponent implements ClusterStateListe if (nodeEnv.hasNodeFile()) { File[] shardLocations = nodeEnv.shardLocations(shardId); if (FileSystemUtils.exists(shardLocations)) { - logger.debug("[{}][{}] deleting shard that is no longer used", shardId); + logger.debug("{} deleting shard that is no longer used", shardId); FileSystemUtils.deleteRecursively(shardLocations); } }