Unverified Commit 81460411 authored by Manuel Buil's avatar Manuel Buil Committed by GitHub

Merge pull request #8250 from manuelbuil/fixWinError

Fix error reporting
parents e1706875 d3f76324
......@@ -93,7 +93,7 @@ func Run(ctx context.Context, cfg *config.Node) error {
addDeathSig(cmd)
if err := cmd.Run(); err != nil {
fmt.Fprintf(os.Stderr, "containerd: %s\n", err)
logrus.Errorf("containerd exited: %s", err)
}
os.Exit(1)
}()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment