fix trace message

This commit is contained in:
Alex 2022-09-01 14:43:27 +02:00
parent 22d96929d5
commit 3292566738
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 0 deletions

View File

@ -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 {