Skip to content

Commit

Permalink
Use Tracer() from embedded module base
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Nov 18, 2016
1 parent 1336012 commit 1e455ed
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 1e455ed

Please sign in to comment.