NO-TCIKET fix bad smells - error strings should not be capitalized (#16930)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
30b0523983
Коммит
e44190f4cc
@@ -122,8 +122,7 @@ func (sup *supervisor) PerformHealthCheck() error {
|
||||
}
|
||||
}
|
||||
if pingErr != nil {
|
||||
mlog.Debug("Error pinging plugin", mlog.Err(pingErr))
|
||||
return fmt.Errorf("Plugin RPC connection is not responding")
|
||||
return fmt.Errorf("plugin RPC connection is not responding")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user