Skip to content

Commit

Permalink
chore: rephrase the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 14, 2024
1 parent e378820 commit 085ad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def _can_handle_close(self) -> bool:
# try to reconnect.
if self._close_code is None and self.socket.close_code == 1000:
_log.info(
"Websocket remote in shard ID %s closed with %s. Assuming the connection dropped and attempting a reconnect.",
"Websocket remote in shard ID %s closed with %s. Assuming the connection dropped.",
self.shard_id,
self.socket.close_code,
)
Expand Down

0 comments on commit 085ad8a

Please sign in to comment.