diff options
author | 2008-11-23 22:06:43 +0000 | |
---|---|---|
committer | 2008-11-23 22:06:43 +0000 | |
commit | 8382e2abb2d1a4e5572064dc0c339d3edce49862 (patch) | |
tree | 247ae35b5981e8544fcbe43e781887b33975ee41 /sys/dev/softraid.c | |
parent | #define away unused arguments for the drm_alloc functions. to save some (diff) | |
download | wireguard-openbsd-8382e2abb2d1a4e5572064dc0c339d3edce49862.tar.xz wireguard-openbsd-8382e2abb2d1a4e5572064dc0c339d3edce49862.zip |
missing newline in printf; Thomas Pfaff
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 4027aaa8549..568c0d22f0f 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.121 2008/10/11 20:31:48 miod Exp $ */ +/* $OpenBSD: softraid.c,v 1.122 2008/11/23 22:06:43 deraadt Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -1083,7 +1083,7 @@ sr_meta_native_attach(struct sr_discipline *sd, int force) } if (sr && not_sr) { - printf("%s: not all chunks are of the native metadata format", + printf("%s: not all chunks are of the native metadata format\n", DEVNAME(sc)); goto bad; } |