changeset 13461:8a356f48c838

1397 cosmetic nit: missing newline in "instance has UUID" message. Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@nexenta.com>
author Bill Sommerfeld <sommerfeld@alum.mit.edu>
date Tue, 20 Sep 2011 00:41:34 -0400
parents 5c0e6f4dc413
children 4d04e1a5e9ff
files usr/src/uts/common/os/dumpsubr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/os/dumpsubr.c	Thu Sep 15 08:58:43 2011 +0100
+++ b/usr/src/uts/common/os/dumpsubr.c	Tue Sep 20 00:41:34 2011 -0400
@@ -3069,7 +3069,7 @@
 
 	(void) strncpy(dump_osimage_uuid, uuidstr, 36 + 1);
 
-	cmn_err(CE_CONT, "?This Solaris instance has UUID %s",
+	cmn_err(CE_CONT, "?This Solaris instance has UUID %s\n",
 	    dump_osimage_uuid);
 
 	return (0);