summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--svc/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index 408a53b..e63ffdd 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -99,7 +99,7 @@ func watchForInterrupt() {
 	go func() {
 		for sigint := range c {
 
-			log.Printf("\nCaught %v. Cleaning up ...\n\n", sigint)
+			log.Printf("Caught %v. Cleaning up ...\n", sigint)
 			confObj.Mu.RLock()
 			log.Printf("Closing database connection to %v...\n", confObj.DBPath)
 
blame/src/LYLocal.h?id=bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79'>^
e087f6d4
c3ec4181 ^
1fc1d8af ^


d326f24d ^
83824f14 ^
1fc1d8af ^
83824f14 ^
e087f6d4
6bd78b38 ^
1fc1d8af ^
d326f24d ^
1fc1d8af ^





e087f6d4
1fc1d8af ^
e087f6d4
1fc1d8af ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36