remove spurious error from logs

This commit is contained in:
John Smith 2023-08-20 14:29:23 -04:00 committed by Christien Rioux
parent bd4b4233bf
commit ca1a802b5b

View File

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