diff --git a/cmd/joj3/teapot/run.go b/cmd/joj3/teapot/run.go index 3018914..555238d 100644 --- a/cmd/joj3/teapot/run.go +++ b/cmd/joj3/teapot/run.go @@ -45,7 +45,7 @@ func Run(conf *conf.Conf, runID string) error { if text == "" { continue } - slog.Info(fmt.Sprintf("%s %s", name, cmdArgs[0]), "stderr", text) + slog.Info(name, "stderr", text) } wg.Done() if scanner.Err() != nil {