Skip to content

Commit

Permalink
Samll error message fix, remove reference to OC (open-telemetry#3381)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Jun 9, 2021
1 parent 0d9922b commit c975fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translator/trace/jaeger/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ import (
)

var (
errZeroTraceID = errors.New("OC span has an all zeros trace ID")
errZeroSpanID = errors.New("OC span has an all zeros span ID")
errZeroTraceID = errors.New("span has an all zeros trace ID")
errZeroSpanID = errors.New("span has an all zeros span ID")
)

0 comments on commit c975fa0

Please sign in to comment.