revert a change

This commit is contained in:
iamqizhao 2015-07-28 20:12:10 -07:00
parent 48f64961c0
commit ed290b271e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import (
// EnableTracing controls whether to trace RPCs using the golang.org/x/net/trace package.
// This should only be set before any RPCs are sent or received by this program.
var EnableTracing = false
var EnableTracing = true
// methodFamily returns the trace family for the given method.
// It turns "/pkg.Service/GetFoo" into "pkg.Service".