one line anyhow error formatting
This commit is contained in:
parent
06613d9ef1
commit
a73f921c5f
4 changed files with 9 additions and 9 deletions
|
|
@ -154,7 +154,7 @@ macro_rules! poll_try_io {
|
|||
match e {
|
||||
Ok(r) => r,
|
||||
Err(e) => {
|
||||
debug!("stream error {e:?}");
|
||||
debug!("stream error {e:#}");
|
||||
return Poll::Ready(Err(e));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue