summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/error.go')
-rw-r--r--runsc/cmd/error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/error.go b/runsc/cmd/error.go
index 3585b5448..96c5c1e8d 100644
--- a/runsc/cmd/error.go
+++ b/runsc/cmd/error.go
@@ -58,7 +58,7 @@ func Errorf(format string, args ...interface{}) subcommands.ExitStatus {
panic(err)
}
if ErrorLogger != nil {
- ErrorLogger.Write(b)
+ _, _ = ErrorLogger.Write(b)
}
return subcommands.ExitFailure