Skip to content

Commit

Permalink
Update src/datanode/src/sql/truncate_table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
DevilExileSu and evenyag authored Aug 8, 2023
1 parent 0561f6c commit 8c8ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/sql/truncate_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl SqlHandler {
let procedure_id = procedure_with_id.id;

info!(
"Truncate table {}, table-id {} by procedure {}",
"Truncate table {}, table_id {} by procedure {}",
table_ref, req.table_id, procedure_id
);

Expand Down

0 comments on commit 8c8ff38

Please sign in to comment.