mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
podman: Show error when creating varlink listener failed
Signed-off-by: Lars Karlitski <lars@karlitski.net>
This commit is contained in:
@ -82,7 +82,7 @@ func varlinkCmd(c *cliconfig.VarlinkValues) error {
|
|||||||
logrus.Infof("varlink service expired (use --timeout to increase session time beyond %d ms, 0 means never timeout)", c.Int64("timeout"))
|
logrus.Infof("varlink service expired (use --timeout to increase session time beyond %d ms, 0 means never timeout)", c.Int64("timeout"))
|
||||||
return nil
|
return nil
|
||||||
default:
|
default:
|
||||||
return errors.Errorf("unable to start varlink service")
|
return errors.Wrapf(err, "unable to start varlink service")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user