changeset 20603:572cb5c6c584

10233 dboot: process_module() is missing newline at the end of the string Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Jason King <jbk@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
author Toomas Soome <tsoome@me.com>
date Mon, 14 Jan 2019 18:23:28 +0200
parents 17fb88c39b6a
children ae7db3ea55e1
files usr/src/uts/i86pc/dboot/dboot_startkern.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/i86pc/dboot/dboot_startkern.c	Fri Jan 11 06:34:00 2019 +0000
+++ b/usr/src/uts/i86pc/dboot/dboot_startkern.c	Mon Jan 14 18:23:28 2019 +0200
@@ -1324,7 +1324,7 @@
 				modules[midx].bm_type = BMT_ENV;
 			} else if (strcmp(q, "file") != 0) {
 				dboot_printf("\tmodule #%d: unknown module "
-				    "type '%s'; defaulting to 'file'",
+				    "type '%s'; defaulting to 'file'\n",
 				    midx, q);
 			}
 			continue;