nmdc-log-service: add missing LF

This commit is contained in:
mappu 2016-04-03 13:29:58 +12:00
parent 0394f131be
commit 45dff6eab9
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func main() {
// Assert dir exists
dinfo, err := os.Stat(BaseDir)
if err != nil {
fmt.Fprintf(os.Stderr, "FATAL: %s", err.Error())
fmt.Fprintf(os.Stderr, "FATAL: %s\n", err.Error())
os.Exit(1)
}
if !dinfo.IsDir() {