summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-10 03:31:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-10 03:31:01 +0200
commit5c562cc8dbb6af92aa4c73018fb758be84c718ac (patch)
treee21cc9b5c0d027e4ea79b1ed072984b561f753b3 /src/main.c
parent1564e913bf02a924116497bdb8c1b994298c0465 (diff)
main: get rid of unloaded debug message
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 02718fd..df547d6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -57,7 +57,6 @@ static void __exit mod_exit(void)
{
wg_genetlink_uninit();
wg_device_uninit();
- pr_debug("WireGuard unloaded\n");
}
module_init(mod_init);