mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Add missing dots (fixing compilation error on go 1.11) (#9448)
This commit is contained in:
committed by
Christopher Speller
parent
f917d3d19b
commit
38529ca23c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user