From 3afea15a63274678ead2241b7a2e38e8f6df5c9f Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Sun, 9 Jun 2019 14:33:43 -0400 Subject: start time added to help differentiate run sessions in log file --- svc/svc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0