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
 }