diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-11 22:35:07 -0500 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-13 00:34:16 -0800 |
commit | 8813c7d8d2608aca8d451b3cb4d7f3285c043691 (patch) | |
tree | 9cdb98932f9679f50942b3da2fdf3d8a89271615 /src/noise.c | |
parent | 30322cc25c31a20503d8a162a95eeff3baa44416 (diff) |
global: various formatting tweeks
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/noise.c')
-rw-r--r-- | src/noise.c | 1 |
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, |