diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-08-29 01:58:34 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-24 02:25:38 +0200 |
commit | 8d15d94c541727fd60bdbd4316887f71e3c3cae4 (patch) | |
tree | 4b831fd46278ecb14439d286c496be550aabdce2 | |
parent | 234c4c1ccb4d3a7be7453d4230b5c419c39bbc78 (diff) |
Wireguard: debugwireguard-next-tmp5
-rw-r--r-- | proto/wireguard/wireguard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index a02130d0..8b1e7ecc 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -800,6 +800,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) { |