aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ipc.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-17 18:48:41 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-17 19:26:07 +0200
commit88b1d35ec049fb5f045f4805444ea212e058299b (patch)
tree8735d5b9d88b128c7295118ee11defe20dc5d943 /src/ipc.c
parentwg: style (diff)
downloadwireguard-tools-88b1d35ec049fb5f045f4805444ea212e058299b.tar.xz
wireguard-tools-88b1d35ec049fb5f045f4805444ea212e058299b.zip
wg: newline after warning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--src/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc.c b/src/ipc.c
index deb46ab..f9270bc 100644
--- 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)