mirror of
https://github.com/zaphar/durnitisp.git
synced 2025-07-22 18:19:48 -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!(
|
info!(
|
||||||
domain=domain_name,
|
domain=domain_name,
|
||||||
%dest,
|
%dest,
|
||||||
seq = sequence,
|
seq = *k,
|
||||||
"Dropped"
|
"Dropped"
|
||||||
);
|
);
|
||||||
increment_counter!(
|
increment_counter!(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user