Skip to content

Commit

Permalink
Fixed unrelated log
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 2, 2024
1 parent 31218c1 commit 8a0ea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/grpc/interceptors/auth/scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func expandAndVerifyScope(ctx context.Context, req interface{}, tokenScope map[s
}
}
} else {
log.Trace().Msgf("Token scope is not ok. req:%+v, tokenScope:%+v", req, tokenScope, req, tokenScope)
log.Trace().Msgf("Token scope is not ok. req:%+v, tokenScope:%+v", req, tokenScope)
}

if checkLightweightScope(ctx, req, tokenScope, client) {
Expand Down

0 comments on commit 8a0ea67

Please sign in to comment.