Skip to content

Commit

Permalink
Use Tracer() from embedded module base (uber-go#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden Scandella committed Nov 18, 2016
1 parent 1336012 commit debfcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rpc/yarpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (m *YarpcModule) Start(readyCh chan<- struct{}) <-chan error {
tch.NewInbound(channel, tch.ListenAddr(m.config.Bind)),
},
Interceptor: interceptor,
Tracer: m.ModuleBase.Tracer(),
Tracer: m.Tracer(),
})

if err != nil {
Expand Down

0 comments on commit debfcc9

Please sign in to comment.