summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go2
1 files changed, 1 insertions, 1 deletions
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...")