Skip to content
Snippets Groups Projects
Commit c420f042 authored by Alisa Dinaburg's avatar Alisa Dinaburg
Browse files

fix

parent 56d1843f
No related branches found
No related tags found
1 merge request!59configuration for log level
......@@ -35,7 +35,7 @@ func main() {
flag.Parse()
if *configFile == "" && *etcdURL == "" {
log.Fatalln("Config file path or etcd URL not specified")
log.Fatal("Config file path or etcd URL not specified")
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment