Use short command method directly from fingerprint

This commit is contained in:
bit-aloo 2025-07-11 20:33:36 +05:30
parent 855e0fe46e
commit cdbe44d806
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ macro_rules! trace_cmd {
target: "COMMAND",
::tracing::Level::TRACE,
"executing command",
cmd = $cmd.format_short_cmd(),
cmd = $cmd.fingerprint().format_short_cmd(),
full_cmd = ?$cmd
).entered()
}