diff --git a/cmd/crio/main.go b/cmd/crio/main.go index f2cd32c5..a058f296 100644 --- a/cmd/crio/main.go +++ b/cmd/crio/main.go @@ -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) } } }()