Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Oct 13, 2024
1 parent 60c167c commit 13627a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ private String getDecisionDetails(
String reason,
RoutingAllocation allocation
) {
if (allocation.debugDecision()) {
return "";
if (allocation.debugDecision() == false) {
return null;
}
return new StringBuilder("[").append(migrationDirection.direction)
.append(" migration_direction]: ")
Expand Down

0 comments on commit 13627a0

Please sign in to comment.