Fix missing newline after TLS warning

pull/1/head
Alex 3 years ago
parent 46819a245f
commit 2f9ad411c7

@ -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)
}
}

Loading…
Cancel
Save