fix go vet warning

pull/2226/head
Mitchell Hashimoto 11 years ago
parent 0dd80c0eca
commit 511013dbe4

@ -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()

Loading…
Cancel
Save