Commit cac22060 authored by Tormod Erevik Lea's avatar Tormod Erevik Lea Committed by Ian Lance Taylor

trace: remove internal Google reference from comment

Change-Id: I74ca09e4f4765c1c8d309b8fe1ce25b5e3d8171f
Reviewed-on: https://go-review.googlesource.com/33270Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 5bc3a08d
......@@ -752,7 +752,7 @@ func (tr *trace) addEvent(x interface{}, recyclable, sensitive bool) {
and very unlikely to be the fault of this code.
The most likely scenario is that some code elsewhere is using
a requestz.Trace after its Finish method is called.
a trace.Trace after its Finish method is called.
You can temporarily set the DebugUseAfterFinish var
to help discover where that is; do not leave that var set,
since it makes this package much less efficient.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment