summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-11-23 22:06:43 +0000
committerderaadt <deraadt@openbsd.org>2008-11-23 22:06:43 +0000
commit8382e2abb2d1a4e5572064dc0c339d3edce49862 (patch)
tree247ae35b5981e8544fcbe43e781887b33975ee41 /sys/dev/softraid.c
parent#define away unused arguments for the drm_alloc functions. to save some (diff)
downloadwireguard-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.c4
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;
}