Be even more specific in log line.

This commit is contained in:
Steven Bakker 2023-05-02 16:46:36 +02:00
parent b7e6534b1b
commit d07f90b8f6

View File

@ -1192,7 +1192,7 @@ sub process_pkt {
} }
else { else {
event_notice(EVENT_SPONGE, event_notice(EVENT_SPONGE,
"%s queue not reduced: [depth,rate] = [%d,%0.1f]", "%s queue reduction had no effect: [depth,rate] = [%d,%0.1f]",
hex2ip($dst_ip), $d1, $r1 hex2ip($dst_ip), $d1, $r1
); );
} }