summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-05-31 04:25:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-05-31 05:36:21 +0200
commitc0ad0d970830ac680bed6f143743096be82cef51 (patch)
tree0a5e2ec73552781e8c0a263c822e99bbe4095c14 /src/main.c
parentbf4c1698b732ef22266f608db1286149e20bd6e2 (diff)
debug: print interface name in dmesg
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2c2cc6f..f6b36e1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ static void __exit mod_exit(void)
packet_deinit_data_caches();
#endif
ratelimiter_module_deinit();
- pr_debug("WireGuard has been unloaded\n");
+ pr_debug("WireGuard unloaded\n");
}
module_init(mod_init);