aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 976bbdf1f7..dfa7629e13 100644
--- a/main.go
+++ b/main.go
@@ -56,7 +56,7 @@ arguments - which can alternatively be run by running the subcommand web.`
app.Action = cmd.CmdWeb.Action
err := app.Run(os.Args)
if err != nil {
- log.Fatal(4, "Failed to run app with %s: %v", os.Args, err)
+ log.Fatal("Failed to run app with %s: %v", os.Args, err)
}
}