From 4c89ff791a13036e94ede0613b387e7e1af508de Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 15 May 2001 22:29:29 +0000 Subject: allow wait_message calls to be multi-lines --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 2ffc54199..721f29dcf 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -164,7 +164,7 @@ static void probe_that_type(enum driver_type type) #ifndef DISABLE_MEDIAS if (type == SCSI_ADAPTERS) { /* insmod takes time, let's use the wait message */ - wait_message("Installing: %s", pcidb[i].name); + wait_message("Installing driver for SCSI adapter:\n \n%s", pcidb[i].name); garb = my_insmod(pcidb[i].module, SCSI_ADAPTERS, NULL); remove_wait_message(); warning_insmod_failed(garb); -- cgit v1.2.1