mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-08-14 14:50:10 +00:00
Fix debug log indentation
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -1003,13 +1003,13 @@ where
|
||||
let maybe_existing_entry = routing_table_entries.entry_mut(&source_peer);
|
||||
|
||||
debug!(
|
||||
subnet = %subnet,
|
||||
metric = %metric,
|
||||
seqno = %seqno,
|
||||
router_id = %router_id,
|
||||
entry_exists = maybe_existing_entry.is_some(),
|
||||
update_feasible = update_feasible,
|
||||
peer = source_peer.connection_identifier(),
|
||||
subnet = %subnet,
|
||||
metric = %metric,
|
||||
seqno = %seqno,
|
||||
router_id = %router_id,
|
||||
entry_exists = maybe_existing_entry.is_some(),
|
||||
update_feasible = update_feasible,
|
||||
peer = source_peer.connection_identifier(),
|
||||
"Processing update packet",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user