Shorten a log line
This commit is contained in:
parent
295e85e235
commit
3a69f04782
1 changed files with 5 additions and 1 deletions
|
|
@ -419,7 +419,11 @@ impl TorrentStateLive {
|
|||
|
||||
self.spawn(
|
||||
"incoming peer",
|
||||
error_span!("manage_incoming_peer", addr = %checked_peer.addr),
|
||||
error_span!(
|
||||
parent: self.meta.span.clone(),
|
||||
"manage_incoming_peer",
|
||||
addr = %checked_peer.addr
|
||||
),
|
||||
self.clone()
|
||||
.task_manage_incoming_peer(checked_peer, counters, tx, rx, permit),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue