Skip to content

Commit 9da955a

Browse files
committed
fix(client/rs): use debug printing for log message
1 parent b8ef2f8 commit 9da955a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/rs/src/pipe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl Pipe {
9797
};
9898

9999
tracing::debug!(
100-
"Init(mode = {:#?}, name = {}, endpoint = {}, hopper = {:#?})",
100+
"Init(mode = {:?}, name = {}, endpoint = {}, hopper = {:#?})",
101101
mode,
102102
name.as_ref(),
103103
endpoint.as_ref(),

0 commit comments

Comments
 (0)