Skip to content

Commit 9cb1f37

Browse files
stepanchegtikue
authored andcommitted
anyhow to format "Requests stream errored out"
1 parent 3ef6153 commit 9cb1f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarpc/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ where
762762
{
763763
self.take_while(|result| {
764764
if let Err(e) = result {
765-
tracing::warn!("Requests stream errored out: {}", e);
765+
tracing::warn!("Requests stream errored out: {}", print_err(e));
766766
}
767767
futures::future::ready(result.is_ok())
768768
})

0 commit comments

Comments
 (0)