aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-11 22:35:07 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-13 00:34:16 -0800
commit87611c1f178ba59b682801574e930e5229fc2d2f (patch)
treec98bb2dcdbfdc3af95ad04c7e3cc817d4a136291 /src/noise.c
parentwg-quick: android: do not choke on empty allowed-ips (diff)
downloadwireguard-monolithic-historical-87611c1f178ba59b682801574e930e5229fc2d2f.tar.xz
wireguard-monolithic-historical-87611c1f178ba59b682801574e930e5229fc2d2f.zip
global: various formatting tweeks
Diffstat (limited to 'src/noise.c')
-rw-r--r--src/noise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/noise.c b/src/noise.c
index d0a337a..8581f7e 100644
--- a/src/noise.c
+++ b/src/noise.c
@@ -125,6 +125,7 @@ static void keypair_free_kref(struct kref *kref)
{
struct noise_keypair *keypair =
container_of(kref, struct noise_keypair, refcount);
+
net_dbg_ratelimited("%s: Keypair %llu destroyed for peer %llu\n",
keypair->entry.peer->device->dev->name,
keypair->internal_id,