We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1253f9 commit 6aa64f6Copy full SHA for 6aa64f6
src/gateway/shard.rs
@@ -482,7 +482,7 @@ impl Shard {
482
self.handle_gateway_closed(data.as_ref())
483
},
484
Err(Error::Tungstenite(why)) => {
485
- warn!("[{:?}] Websocket error: {:?}", self.shard_info, why);
+ info!("[{:?}] Websocket error: {:?}", self.shard_info, why);
486
info!("[{:?}] Will attempt to auto-reconnect", self.shard_info);
487
488
Ok(Some(ShardAction::Reconnect(self.reconnection_type())))
0 commit comments