mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-18 00:40:16 +02:00
Compare commits
1 Commits
eb15cd7f03
...
8f500fa43b
Author | SHA1 | Date | |
---|---|---|---|
|
8f500fa43b |
@ -675,7 +675,7 @@ class DiscordClient:
|
|||||||
)
|
)
|
||||||
logger.debug('%s: response:\n%s', uid, r.text)
|
logger.debug('%s: response:\n%s', uid, r.text)
|
||||||
if not r.ok:
|
if not r.ok:
|
||||||
logger.error(
|
logger.warning(
|
||||||
'%s: Discord API returned error code %d and this response: %s',
|
'%s: Discord API returned error code %d and this response: %s',
|
||||||
uid,
|
uid,
|
||||||
r.status_code,
|
r.status_code,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user