summary refs log tree commit diff stats
path: root/svc
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-10 03:00:03 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-10 03:00:03 -0400
commitcfda93186103f174a9007f2d26bf80be9b6b8ad4 (patch)
treeea86bdb4784b97ac216ab631e3c2b966c2eeb147 /svc
parent308928357761bc3d983359c8f5dab825cd8bc75d (diff)
downloadgetwtxt-cfda93186103f174a9007f2d26bf80be9b6b8ad4.tar.gz
log formatting fix
Diffstat (limited to 'svc')
-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)
 
21-09-06 20:59:40 +0100 committer David Morgan <djm_uk@protonmail.com> 2021-09-06 20:59:40 +0100 Fix recompile elisp hook' href='/djm/dotfiles/commit/.emacs.d/lisp/init-emacs-lisp.el?h=sops&id=fa5235f24286041496dc81379ff9b19d0994a65f'>fa5235f ^
49d58cd ^
fa5235f ^
d0db566 ^














fa5235f ^
d0db566 ^


8a9dfe2 ^

1ab1ff4 ^
fb211f4 ^




d0db566 ^


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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60