change the enabletracing value to false

This commit is contained in:
yangzhouhan 2015-06-10 17:23:52 -07:00
parent 66a455aa02
commit 207c0140f9
1 changed files with 2 additions and 1 deletions

View File

@ -47,9 +47,10 @@ import (
"google.golang.org/grpc/grpclog"
)
func init(){
func init() {
grpc.EnableTracing = false
}
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {
if size < 0 {
grpclog.Fatalf("Requested a response with invalid length %d", size)