output error prefix

pull/184/head
Simon Let 3 years ago
parent eb731e5bf9
commit b436c99f60
  1. 2
      cmd/install-utils/main.go

@ -30,7 +30,7 @@ func main() {
"version", version, "version", version,
"commit", commit, "commit", commit,
) )
out := output.New(logger, "install-utils") out := output.New(logger, "install-utils ERROR")
if len(os.Args) < 2 { if len(os.Args) < 2 {
out.ErrorWOErr("ERROR: Not enough arguments\n") out.ErrorWOErr("ERROR: Not enough arguments\n")

Loading…
Cancel
Save