Skip to content

Commit cdbe44d

Browse files
committed
Use short command method directly from fingerprint
1 parent 855e0fe commit cdbe44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ macro_rules! trace_cmd {
5858
target: "COMMAND",
5959
::tracing::Level::TRACE,
6060
"executing command",
61-
cmd = $cmd.format_short_cmd(),
61+
cmd = $cmd.fingerprint().format_short_cmd(),
6262
full_cmd = ?$cmd
6363
).entered()
6464
}

0 commit comments

Comments
 (0)