Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Murphy <[email protected]>
  • Loading branch information
murphyatwork committed Aug 7, 2024
1 parent 94d8c0e commit a0f8e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ private void handleKill(ConnectContext killCtx, boolean killConnection) {
PrivilegeType.OPERATE.name(), ObjectType.SYSTEM.name(), null);
}
}
killCtx.kill(killConnection, "killed by kill statement : " + originStmt);
killCtx.kill(killConnection, "killed manually: " + originStmt.getOrigStmt());
}
context.getState().setOk();
}
Expand Down

0 comments on commit a0f8e23

Please sign in to comment.