mirror of https://github.com/grpc/grpc-go.git
minor change
This commit is contained in:
parent
845510e440
commit
6c8ca3d564
|
@ -252,7 +252,6 @@ func (s *Server) processUnaryRPC(t transport.ServerTransport, stream *transport.
|
|||
var traceInfo traceInfo
|
||||
if EnableTracing {
|
||||
traceInfo.tr = trace.New("Recv."+methodFamily(srvn), srvn)
|
||||
// traceInfo.tr = trace.New("Recv."+methodFamily(md.MethodName), md.MethodName)
|
||||
defer traceInfo.tr.Finish()
|
||||
traceInfo.firstLine.client = false
|
||||
traceInfo.tr.LazyLog(&traceInfo.firstLine, false)
|
||||
|
|
Loading…
Reference in New Issue