From 38529ca23ce1b4dbb89897ca2f5e8124235547e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 24 Sep 2018 21:00:28 +0200 Subject: Add missing dots (fixing compilation error on go 1.11) (#9448) --- app/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/server.go') diff --git a/app/server.go b/app/server.go index 0c579593e..debb6764f 100644 --- a/app/server.go +++ b/app/server.go @@ -60,7 +60,7 @@ type RecoveryLogger struct { func (rl *RecoveryLogger) Println(i ...interface{}) { mlog.Error("Please check the std error output for the stack trace") - mlog.Error(fmt.Sprint(i)) + mlog.Error(fmt.Sprint(i...)) } const TIME_TO_WAIT_FOR_CONNECTIONS_TO_CLOSE_ON_SERVER_SHUTDOWN = time.Second -- cgit v1.2.3-1-g7c22