Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Khare <[email protected]>
  • Loading branch information
Aman Khare committed Mar 14, 2024
1 parent 1feb844 commit 272b972
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;

/**
Expand Down Expand Up @@ -107,7 +106,7 @@ public void allocateUnassignedBatch(List<ShardRouting> shardRoutings, RoutingAll
break;
}
} catch (Exception e) {
logger.error("Failed to execute decision for shard {} while initializing", shard, e);
logger.error("Failed to execute decision for shard {} while initializing {}", shard, e);
}
}
}
Expand Down

0 comments on commit 272b972

Please sign in to comment.