Commit 511013db authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fix go vet warning

parent 0dd80c0e
......@@ -238,7 +238,7 @@ func loadConfig() (*config, error) {
return nil, err
}
log.Println("[WARN] Config file doesn't exist: %s", configFilePath)
log.Printf("[WARN] Config file doesn't exist: %s", configFilePath)
return &config, nil
}
defer f.Close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment