summary refs log tree commit diff stats
path: root/svc/svc.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/svc.go')
-rw-r--r--svc/svc.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/svc/svc.go b/svc/svc.go
index 6870350..717a4d6 100644
--- a/svc/svc.go
+++ b/svc/svc.go
@@ -113,9 +113,7 @@ func Start() {
 
 	log.Printf("Listening on %v\n", portnum)
 	err := server.ListenAndServe()
-	if err != nil {
-		log.Printf("%v\n", err.Error())
-	}
+	errLog("", err)
 
 	closeLog <- true
 }
ani-tty/commit/tests/functionaltests/test_presence.h?id=2cb2f83ce3519a40f752ca2be7a07669a125ed1b'>2cb2f83c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                                              







                                                

                                              
                                     
                                                      
999f8a54'>^
d2be6929 ^
3c82fb28 ^


f8de2823 ^
5792cd59 ^
5ce97728 ^
270ac035 ^

5792cd59 ^
270ac035 ^


5ce97728 ^


f8de2823 ^
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