forked from security/hakurei
internal/hlog: remove error wrapping
This was a stopgap solution that lasted for way too long. This finally removes it and prepares internal/app for some major changes. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -155,11 +155,11 @@ func ShimMain() {
|
||||
}
|
||||
|
||||
if err := z.Start(); err != nil {
|
||||
hlog.PrintBaseError(err, "cannot start container:")
|
||||
printMessageError("cannot start container:", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
if err := z.Serve(); err != nil {
|
||||
hlog.PrintBaseError(err, "cannot configure container:")
|
||||
printMessageError("cannot configure container:", err)
|
||||
}
|
||||
|
||||
if err := seccomp.Load(
|
||||
|
||||
Reference in New Issue
Block a user