fix go vet warning

This commit is contained in:
Mitchell Hashimoto 2015-06-13 17:05:38 -04:00
parent 0dd80c0eca
commit 511013dbe4
1 changed files with 1 additions and 1 deletions

View File

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