aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-10-01 13:43:20 -0400
committerRapptz <[email protected]>2017-10-01 13:43:20 -0400
commit065f408a1046c4a150dd9d642c13baded002f788 (patch)
tree554011daaa10ddfebd037a72d7fd1ae3f04358e2 /discord/http.py
parentAllow creating a channel with a category. (diff)
downloaddiscord.py-065f408a1046c4a150dd9d642c13baded002f788.tar.xz
discord.py-065f408a1046c4a150dd9d642c13baded002f788.zip
Move pre-emptive message to DEBUG log level.
Diffstat (limited to 'discord/http.py')
-rw-r--r--discord/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/http.py b/discord/http.py
index bcdfcfe6..fa6678ee 100644
--- a/discord/http.py
+++ b/discord/http.py
@@ -164,7 +164,7 @@ class HTTPClient:
else:
delta = header_bypass_delay
- log.info('A rate limit bucket has been exhausted (bucket: %s, retry: %s).', bucket, delta)
+ log.debug('A rate limit bucket has been exhausted (bucket: %s, retry: %s).', bucket, delta)
maybe_lock.defer()
self.loop.call_later(delta, lock.release)