Skip to content

Commit

Permalink
use Msg instead of Msgf
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Jul 8, 2021
1 parent a90409e commit 86d5518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/pkg/middleware/account_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (m accountResolver) ServeHTTP(w http.ResponseWriter, req *http.Request) {
ctx = revauser.ContextSetUser(ctx, u)
req = req.WithContext(ctx)

m.logger.Debug().Interface("claims", claims).Interface("user", u).Msgf("associated claims with uuid")
m.logger.Debug().Interface("claims", claims).Interface("user", u).Msg("associated claims with uuid")
}

s, err := scope.GetOwnerScope()
Expand Down

0 comments on commit 86d5518

Please sign in to comment.