Skip to content

Commit

Permalink
[misc] improve logging clarity for BULK
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 14, 2024
1 parent 3871fdd commit bd7cd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public boolean binaryProtocol() {
}

public String description() {
return command;
return "BULK: " +command;
}

public void setPrepareResult(PrepareResultPacket prepareResult) {
Expand Down

0 comments on commit bd7cd10

Please sign in to comment.