diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/os/dumpsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/dumpsubr.c b/usr/src/uts/common/os/dumpsubr.c index a8a36633e7..3f2bef8221 100644 --- a/usr/src/uts/common/os/dumpsubr.c +++ b/usr/src/uts/common/os/dumpsubr.c @@ -3069,7 +3069,7 @@ dump_set_uuid(const char *uuidstr) (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); |