From c58b7729056c74e1e76fe41f5291ad73773b442e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 24 Jan 2023 07:59:44 +0100 Subject: xP: use the correct log function --- xP/xP.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xP/xP.go b/xP/xP.go index 3effaf0..ba63fe9 100644 --- a/xP/xP.go +++ b/xP/xP.go @@ -304,5 +304,5 @@ func main() { WriteTimeout: 60 * time.Second, MaxHeaderBytes: 32 << 10, } - log.Fatal(s.ListenAndServe()) + log.Fatalln(s.ListenAndServe()) } -- cgit v1.2.3