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.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/svc/svc.go b/svc/svc.go
index 717a4d6..3130c56 100644
--- a/svc/svc.go
+++ b/svc/svc.go
@@ -112,8 +112,7 @@ func Start() {
 	}
 
 	log.Printf("Listening on %v\n", portnum)
-	err := server.ListenAndServe()
-	errLog("", err)
+	errLog("", server.ListenAndServe())
 
 	closeLog <- true
 }