summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-15 22:29:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-15 22:29:29 +0000
commit4c89ff791a13036e94ede0613b387e7e1af508de (patch)
tree3249ddb478d70032d24c264c953a22f9161e6f51 /mdk-stage1/probing.c
parent0748a0f4729d111dc7ed3b035efd90295dccdca5 (diff)
downloaddrakx-4c89ff791a13036e94ede0613b387e7e1af508de.tar
drakx-4c89ff791a13036e94ede0613b387e7e1af508de.tar.gz
drakx-4c89ff791a13036e94ede0613b387e7e1af508de.tar.bz2
drakx-4c89ff791a13036e94ede0613b387e7e1af508de.tar.xz
drakx-4c89ff791a13036e94ede0613b387e7e1af508de.zip
allow wait_message calls to be multi-lines
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
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);