mirror of
https://github.com/zaphar/durnitisp.git
synced 2025-07-21 18:10:27 -04:00
Fix incorrect sequence in log
This commit is contained in:
parent
5341153a86
commit
719200b02f
@ -121,7 +121,7 @@ impl<AddrType: std::fmt::Display> State<AddrType> {
|
||||
info!(
|
||||
domain=domain_name,
|
||||
%dest,
|
||||
seq = sequence,
|
||||
seq = *k,
|
||||
"Dropped"
|
||||
);
|
||||
increment_counter!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user