summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-17 16:53:32 +0000
commit067ea25e278d221724425e492452d4341ab2e669 (patch)
tree6abef88f0bf831cd6316cc5adbb550d337c7275a /mdk-stage1/modules.c
parent93796296016933af1c23f13fc2ae6d5f62299527 (diff)
downloaddrakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.gz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.bz2
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.tar.xz
drakx-backup-do-not-use-067ea25e278d221724425e492452d4341ab2e669.zip
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 37f251685..0a84f612b 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -319,7 +319,7 @@ static enum return_type insmod_with_options(char * mod, enum driver_type type)
strcat(options, answers[0]); // because my_insmod will eventually modify the string
if (my_insmod(mod, type, answers[0]) != INSMOD_OK) {
- error_message("Insmod failed.");
+ stg1_error_message("Insmod failed.");
return RETURN_ERROR;
}