Skip to content

Commit

Permalink
anotha one
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Nov 11, 2024
1 parent 0ac241d commit 8bf64b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/container/qemu_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,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: %v", err)
return err
}

Expand Down

0 comments on commit 8bf64b9

Please sign in to comment.