diff options
Diffstat (limited to 'svc/conf.go')
-rw-r--r-- | svc/conf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/conf.go b/svc/conf.go index d85bbee..f4d6518 100644 --- a/svc/conf.go +++ b/svc/conf.go @@ -59,7 +59,7 @@ func initLogging() { <-closeLog - log.Printf("Closing log file ...\n") + log.Printf("Closing log file ...\n\n") errLog("Could not close log file: ", logfile.Close()) }(logfile) |