summaryrefslogtreecommitdiffstats
path: root/src/method_aes128_gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/method_aes128_gcm.c')
-rw-r--r--src/method_aes128_gcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/method_aes128_gcm.c b/src/method_aes128_gcm.c
index 3670225..4e51ecf 100644
--- a/src/method_aes128_gcm.c
+++ b/src/method_aes128_gcm.c
@@ -281,7 +281,7 @@ static bool method_decrypt(fastd_context_t *ctx, fastd_peer_t *peer, fastd_metho
*out = fastd_buffer_alloc(ctx, 0, 0, 0);
}
else {
- pr_debug(ctx, "accepting reordered packet from %P (age %u)", peer, (unsigned)age);
+ pr_debug2(ctx, "accepting reordered packet from %P (age %u)", peer, (unsigned)age);
session->receive_reorder_seen |= (1 << (age-1));
}