diff options
Diffstat (limited to 'svc/svc.go')
-rw-r--r-- | svc/svc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svc/svc.go b/svc/svc.go index 102e1ca..6c9ee58 100644 --- a/svc/svc.go +++ b/svc/svc.go @@ -29,8 +29,8 @@ func Start() { server := newServer(portnum, index) - log.Printf("\nListening on %v\n", portnum) - log.Printf("\n:: getwtxt %v Started :: %v ::\n\n", Vers, time.Now().Format(time.RFC3339)) + log.Printf("*** Listening on %v\n", portnum) + log.Printf("*** getwtxt %v Started :: %v ::\n\n", Vers, time.Now().Format(time.RFC3339)) errLog("", server.ListenAndServe()) closeLog <- true |