This commit is contained in:
Joey Zhou 2014-02-17 15:47:33 -08:00
parent e72a782bf0
commit c5b009ba6f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func ReadConfig(base string) *config {
_, err := os.Stat(path)
if err != nil {
if os.IsNotExist(err) {
log.Printf("Debug logging directory %s doesn't exist, creating it", path)
log.Printf("Debug logging directory %s doesn't exist, creating it\n", path)
os.Mkdir(path, 0777)
}
}