From 83bfe85d3bd0b2f7e8c5d59bc901376e393c5b1e Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 29 Aug 2020 01:58:34 +0200 Subject: Wireguard: debug WIP debug unix socket WIP debug socket WIP debug sk_free WIP debug print errno WIP debug socket WIP debug fix sign-ness WIP debug put WIP debug unix socket --- proto/wireguard/wireguard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto') diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index f6579482..89094829 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -707,6 +707,7 @@ wg_shutdown(struct proto *P) struct wg_config *cf = (struct wg_config*)P->cf; struct wg_proto *p = (struct wg_proto*)P; + log_msg(L_INFO "wg_shutdown"); WG_TRACE(D_EVENTS, "WG: wg_shutdown"); if (get_device(p, &p->dev, cf->ifname) >= 0) { -- cgit v1.2.3