diff --git a/pkg/container/qemu_runner.go b/pkg/container/qemu_runner.go index 282a0ab36..6f7a7e898 100644 --- a/pkg/container/qemu_runner.go +++ b/pkg/container/qemu_runner.go @@ -784,7 +784,7 @@ func sendSSHCommand(ctx context.Context, user, address string, clog.FromContext(ctx).Infof("running (%d) %v", len(command), cmd) err = session.Run(cmd) if err != nil { - clog.FromContext(ctx).Errorf("Failed to run command %v: %s", command, err) + clog.FromContext(ctx).Errorf("Failed to run command: %s", err) return err }