From 659154da8b8d8ade0abd0c8da4f928f108a7558d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 28 Dec 2016 08:46:34 -0800 Subject: adding more desctiptive print messages, putting devhttps server on goroutine --- cmd/ponzu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 3764984..09edcc0 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -173,7 +173,7 @@ func main() { // cannot run production HTTPS and development HTTPS together if devhttps { - fmt.Println("Enabling self-signed HTTPS...") + fmt.Println("Enabling self-signed HTTPS... [DEV]") tls.EnableDev() } else if https { fmt.Println("Enabling HTTPS...") -- cgit v1.2.3