Update request.rs

This commit is contained in:
binarybaron 2023-08-11 10:10:19 +02:00
parent 73b5ccc5c5
commit e4588a3c09

View File

@ -598,7 +598,7 @@ impl Request {
debug_span!( debug_span!(
"call", "call",
method = ?self.cmd, method = ?self.cmd,
swap_id = swap_id.to_string(), swap_id = %swap_id,
) )
}, },
); );