Skip to content

Commit

Permalink
review: currentProvider.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and traefiker committed Nov 14, 2019
1 parent ecb5321 commit 2d9266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/configurationwatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *ConfigurationWatcher) startProvider() {
safe.Go(func() {
err := currentProvider.Provide(c.configurationChan, c.routinesPool)
if err != nil {
logger.Errorf("Error starting provider %T: %s", c.provider, err)
logger.Errorf("Error starting provider %T: %s", currentProvider, err)
}
})
}
Expand Down

0 comments on commit 2d9266c

Please sign in to comment.