From 8382e2abb2d1a4e5572064dc0c339d3edce49862 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 23 Nov 2008 22:06:43 +0000 Subject: missing newline in printf; Thomas Pfaff --- sys/dev/softraid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/softraid.c') 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 * Copyright (c) 2008 Chris Kuethe @@ -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; } -- cgit v1.2.3-59-g8ed1b