Add missing dots (fixing compilation error on go 1.11) (#9448)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
f917d3d19b
Коммит
38529ca23c
@@ -60,7 +60,7 @@ type RecoveryLogger struct {
|
|||||||
|
|
||||||
func (rl *RecoveryLogger) Println(i ...interface{}) {
|
func (rl *RecoveryLogger) Println(i ...interface{}) {
|
||||||
mlog.Error("Please check the std error output for the stack trace")
|
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
|
const TIME_TO_WAIT_FOR_CONNECTIONS_TO_CLOSE_ON_SERVER_SHUTDOWN = time.Second
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user