Skip to content

Commit b288804

Browse files
committed
chore: copilot comment
django-oauth#1252 (review)
1 parent fbfc48c commit b288804

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
@@ -236,7 +236,7 @@ def _load_application(self, client_id, request):
236236
log.debug("Failed to load application: Application %r is not usable" % (client_id))
237237
return None
238238
request.client = client
239-
log.debug("Loaded application %r from database", client)
239+
log.debug("Loaded application with client_id %r from database", client.client_id)
240240
return request.client
241241
except Application.DoesNotExist:
242242
log.debug("Failed to load application: Application %r does not exist" % (client_id))

0 commit comments

Comments
 (0)