diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-20 19:51:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-20 19:51:28 +0900 |
| commit | 3c55fc8e862daa2f3adaf5f5c6b332ced16dc6b5 (patch) | |
| tree | 719f90af6c3c0c9a2edbccc497b776141b14880e /internal/proc/priv/shim/main.go | |
| parent | eb0ef2d1151fbca484bf0c82667a511dbd0cb80b (diff) | |
proc/priv/shim: do not log bwrap args
This message is very long and does not serve much real purpose. Remove it to de-clutter verbose messages.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/proc/priv/shim/main.go')
| -rw-r--r-- | internal/proc/priv/shim/main.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/proc/priv/shim/main.go b/internal/proc/priv/shim/main.go index 6bd08343..0bd183a6 100644 --- a/internal/proc/priv/shim/main.go +++ b/internal/proc/priv/shim/main.go @@ -150,10 +150,6 @@ func Main() { cmd.Stdin, cmd.Stdout, cmd.Stderr = os.Stdin, os.Stdout, os.Stderr cmd.ExtraFiles = extraFiles - if fmsg.Verbose() { - fmsg.VPrintln("bwrap args:", conf.Args()) - } - // run and pass through exit code if err = b.Start(); err != nil { fmsg.Fatalf("cannot start target process: %v", err) |
