diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-10 01:05:35 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-10 01:05:35 -0400 |
commit | 4648146ad31398aef3f184145a0c9781d31c30cb (patch) | |
tree | 9824e1c41b1eb6abd459658a14880156072e8747 /svc/conf.go | |
parent | f86e9b161aff35749e1213cd485d4de7c0da20e6 (diff) | |
download | getwtxt-4648146ad31398aef3f184145a0c9781d31c30cb.tar.gz |
changed some log formatting
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) |