fix log
Signed-off-by: Haoran Wang <haowang@redhat.com>
This commit is contained in:
parent
6b91df3da7
commit
88b13dfddf
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") {
|
||||
err = nil
|
||||
} 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