fix trace message
This commit is contained in:
parent
22d96929d5
commit
3292566738
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ pub(crate) trait SendLoop: Sync {
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(prio, i)| i.dump(*prio))
|
.map(|(prio, i)| i.dump(*prio))
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
|
.join(" ; ")
|
||||||
);
|
);
|
||||||
|
|
||||||
let recv_fut = async {
|
let recv_fut = async {
|
||||||
|
|
Loading…
Reference in a new issue