about summary refs log tree commit diff stats
path: root/svc/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/init.go')
-rw-r--r--svc/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index 6af7866..408a53b 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -99,7 +99,7 @@ func watchForInterrupt() {
 	go func() {
 		for sigint := range c {
 
-			log.Printf("\n\nCaught %v. Cleaning up ...\n", sigint)
+			log.Printf("\nCaught %v. Cleaning up ...\n\n", sigint)
 			confObj.Mu.RLock()
 			log.Printf("Closing database connection to %v...\n", confObj.DBPath)