mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
log headers on unknown sessionserver error
This commit is contained in:
parent
4760488c4a
commit
0bca3d8f5d
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ pub async fn join(
|
|||
}
|
||||
}
|
||||
status_code => {
|
||||
// log the headers
|
||||
log::debug!("Error headers: {:#?}", res.headers());
|
||||
let body = res.text().await?;
|
||||
Err(SessionServerError::UnexpectedResponse {
|
||||
status_code: status_code.as_u16(),
|
||||
|
|
Loading…
Add table
Reference in a new issue