node search fix

This commit is contained in:
Christien Rioux
2023-09-16 14:57:04 -04:00
parent d4221bff77
commit eda99bbd47
3 changed files with 7 additions and 11 deletions

View File

@@ -404,7 +404,7 @@ impl NetworkConnection {
}
pub fn debug_print(&self, cur_ts: Timestamp) -> String {
format!("{} <- {} | {:x} | est {} sent {} rcvd {}",
format!("{} <- {} | {} | est {} sent {} rcvd {}",
self.descriptor.remote_address(),
self.descriptor.local().map(|x| x.to_string()).unwrap_or("---".to_owned()),
self.connection_id.as_u64(),