summaryrefslogtreecommitdiffstats
path: root/src/protocols
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-21 15:29:47 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-21 15:29:47 +0100
commitdc48b2309295c5209abd8e20bf18ee2805296fbb (patch)
treeea679ea35049eeb45dec206213c11695b06cae9c /src/protocols
parenta7594a2230577a488cd8d17131f4ec5e0df6829e (diff)
downloadfastd-dc48b2309295c5209abd8e20bf18ee2805296fbb.tar
fastd-dc48b2309295c5209abd8e20bf18ee2805296fbb.zip
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...
Diffstat (limited to 'src/protocols')
-rw-r--r--src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
index f19309d..ec97901 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
@@ -163,7 +163,7 @@ static void protocol_handle_recv(fastd_peer_t *peer, fastd_buffer_t buffer) {
}
if (!ok) {
- pr_verbose("verification failed for packet received from %P", peer);
+ pr_debug2("verification failed for packet received from %P", peer);
goto fail;
}