Small fix

This commit is contained in:
Imbris 2022-02-26 01:05:28 -05:00
parent 56a924b1c6
commit fb2f731ac3
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ impl Sys {
);
}
},
_ => unreachable!("not a client_character_screen msg"),
_ => tracing::error!("not a client_character_screen msg"),
}
Ok(())
}

View File

@ -57,7 +57,7 @@ impl Sys {
common::comp::DisconnectReason::ClientRequested,
));
},
_ => unreachable!("not a client_general msg"),
_ => tracing::error!("not a client_general msg"),
}
Ok(())
}