diff options
Diffstat (limited to 'discord/state.py')
| -rw-r--r-- | discord/state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/state.py b/discord/state.py index 67f8f763..7ff05b3b 100644 --- a/discord/state.py +++ b/discord/state.py @@ -265,7 +265,7 @@ class ConnectionState: # call GUILD_SYNC after we're done chunking if not self.is_bot: - log.info('Requesting GUILD_SYNC for %s guilds' % len(self.guilds)) + log.info('Requesting GUILD_SYNC for %s guilds', len(self.guilds)) yield from self.syncer([s.id for s in self.guilds]) except asyncio.CancelledError: pass |