diff options
Diffstat (limited to 'svc/svc.go')
-rw-r--r-- | svc/svc.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svc/svc.go b/svc/svc.go index 3130c56..ae5f7e9 100644 --- a/svc/svc.go +++ b/svc/svc.go @@ -111,7 +111,8 @@ func Start() { ReadTimeout: 15 * time.Second, } - log.Printf("Listening on %v\n", portnum) + log.Printf("\nListening on %v\n", portnum) + log.Printf("\n:: getwtxt %v Started :: %v ::\n\n", getwtxt, time.Now().Format(time.RFC3339)) errLog("", server.ListenAndServe()) closeLog <- true |