Skip to content

Commit f55fdd0

Browse files
committed
print shard status too
1 parent 6f64510 commit f55fdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub async fn run(bot: StarboardBot) {
6060
Ok(event) => event,
6161
Err(why) => {
6262
let fatal = why.is_fatal();
63-
eprintln!("{}", shard.id());
63+
eprintln!("{}: {:#?}", shard.id(), shard.status());
6464
bot.handle_error(&why.into()).await;
6565

6666
if fatal {

0 commit comments

Comments
 (0)