Skip to content

Commit 3f4c9b9

Browse files
committed
chore: copilot comment
#1252 (review)
1 parent effc706 commit 3f4c9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/oauth2_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _load_application(self, client_id, request):
218218
return request.client
219219
try:
220220
# cache wasn't hit, load from db
221-
log.debug("cache not hit, Loading application from database for client_id %r", client_id)
221+
log.debug("cache not hit, loading application from database for client_id %r", client_id)
222222
client = Application.objects.get(client_id=client_id)
223223
if not client.is_usable(request):
224224
log.debug("Failed to load application: Application %r is not usable" % (client_id))

0 commit comments

Comments
 (0)