commit
28976738de
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ func main() {
|
||||||
if graceful && strings.Contains(strings.ToLower(err.Error()), "use of closed network connection") {
|
if graceful && strings.Contains(strings.ToLower(err.Error()), "use of closed network connection") {
|
||||||
err = nil
|
err = nil
|
||||||
} else {
|
} else {
|
||||||
logrus.Errorf("Failed to serve grpc grpc request: %v", err)
|
logrus.Errorf("Failed to serve grpc request: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Reference in a new issue