diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ func main() { } }() } else { - fmt.Printf("Warning: no valid TLS configuration was provided, not binding on %s", config.BindSecure) + log.Printf("Warning: no valid TLS configuration was provided, not binding on %s", config.BindSecure) } } |