Signed-off-by: Haoran Wang <haowang@redhat.com>
This commit is contained in:
Haoran Wang 2017-12-29 14:25:05 +08:00
parent 6b91df3da7
commit 88b13dfddf
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}()