Fix incorrect sequence in log

This commit is contained in:
Jeremy Wall 2023-03-14 13:17:12 -04:00
parent 5341153a86
commit 719200b02f

View File

@ -121,7 +121,7 @@ impl<AddrType: std::fmt::Display> State<AddrType> {
info!( info!(
domain=domain_name, domain=domain_name,
%dest, %dest,
seq = sequence, seq = *k,
"Dropped" "Dropped"
); );
increment_counter!( increment_counter!(