mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 12:25:07 +02:00
Downgrade "verification failed" message from verbose to debug2
This message will be printed for every packet in severe reordering situtations, so better not print it by default. In the future, we'll need a rate limiting mechanism...
This commit is contained in:
parent
a7594a2230
commit
dc48b23092
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ static void protocol_handle_recv(fastd_peer_t *peer, fastd_buffer_t buffer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
pr_verbose("verification failed for packet received from %P", peer);
|
pr_debug2("verification failed for packet received from %P", peer);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue