diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-23 22:06:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-23 22:06:44 +0000 |
commit | c791069d8055cb759d9d899b60dcc500533efd9c (patch) | |
tree | bac12dda799d9f56ef6e3668cf787daf0373150d /sys/dev/softraid.c | |
parent | cf0d6c024dcc0a125623909fd2f73749fe39a539 (diff) |
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; } |