minor change

This commit is contained in:
yangzhouhan 2015-07-27 14:36:42 -07:00
parent 845510e440
commit 6c8ca3d564
1 changed files with 0 additions and 1 deletions

View File

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