Skip to content

Commit effc706

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

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
@@ -224,7 +224,7 @@ def _load_application(self, client_id, request):
224224
log.debug("Failed to load application: Application %r is not usable" % (client_id))
225225
return None
226226
request.client = client
227-
log.debug("Loaded application %r from database", client)
227+
log.debug("Loaded application with client_id %r from database", client.client_id)
228228
return request.client
229229
except Application.DoesNotExist:
230230
log.debug("Failed to load application: Application %r does not exist" % (client_id))

0 commit comments

Comments
 (0)