mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
remove spurious error from logs
This commit is contained in:
parent
bd4b4233bf
commit
ca1a802b5b
@ -132,7 +132,7 @@ impl ConnectionTable {
|
||||
false
|
||||
}
|
||||
|
||||
#[instrument(level = "trace", skip(self), ret, err)]
|
||||
#[instrument(level = "trace", skip(self), ret)]
|
||||
pub fn add_connection(
|
||||
&self,
|
||||
network_connection: NetworkConnection,
|
||||
|
Loading…
Reference in New Issue
Block a user