Merge pull request #1240 from wanghaoran1988/fix_log

fix log
This commit is contained in:
Mrunal Patel 2018-01-01 18:03:30 -08:00 committed by GitHub
commit 28976738de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}
}
}()