15954: Rename booter to supervisor, tidy up.
[arvados.git] / lib / service / cmd.go
index 48912b8898c4cce944c43f3879c4a03ac25a87f8..7f2f78ee9a9f7224aac4aacba94148497f292a5e 100644 (file)
@@ -59,7 +59,7 @@ func (c *command) RunCommand(prog string, args []string, stdin io.Reader, stdout
        var err error
        defer func() {
                if err != nil {
-                       log.WithError(err).Info("exiting")
+                       log.WithError(err).Error("exiting")
                }
        }()