]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
wg: newline after warning
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 17 Oct 2017 16:48:41 +0000 (18:48 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 17 Oct 2017 17:26:07 +0000 (19:26 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/ipc.c

index deb46ab56b78239d624d8c40ec414b853109085c..f9270bc3cec85f044702c702ba37e018f6520824 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -97,7 +97,7 @@ static void warn_unrecognized(const char *which)
        if (once)
                return;
        once = true;
-       fprintf(stderr, "Warning: one or more unrecognized %s attributes", which);
+       fprintf(stderr, "Warning: one or more unrecognized %s attributes\n", which);
 }
 
 static FILE *userspace_interface_file(const char *interface)