improvement: better logs on deserialization errors
parent
f4078a29eb
commit
a567cd81d5
|
@ -160,7 +160,7 @@ where
|
||||||
.expect("reqwest body is valid http body"),
|
.expect("reqwest body is valid http body"),
|
||||||
);
|
);
|
||||||
response.map_err(|e| {
|
response.map_err(|e| {
|
||||||
warn!("{}", e);
|
warn!("Server returned bad response: {:?}", e);
|
||||||
Error::BadServerResponse("Server returned bad response.")
|
Error::BadServerResponse("Server returned bad response.")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue