aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/main.c
diff options
context:
space:
mode:
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 e0116c8..67ce6a6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,7 +40,7 @@ static int __init mod_init(void)
static void __exit mod_exit(void)
{
device_uninit();
- pr_debug("Wireguard has been unloaded\n");
+ pr_debug("WireGuard has been unloaded\n");
}
module_init(mod_init);