summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-17 13:22:51 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-17 13:22:51 +0000
commit33cedf812368e928c9f15f5bc39f81e1d5ba3ece (patch)
treed75b61630310f70303ad60d34e3155053b557232 /mdk-stage1/thirdparty.c
parent1e1d0a70b53472b93f1ddb53aadce43265b6820c (diff)
downloaddrakx-backup-do-not-use-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar
drakx-backup-do-not-use-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.gz
drakx-backup-do-not-use-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.bz2
drakx-backup-do-not-use-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.xz
drakx-backup-do-not-use-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.zip
message fix again
Diffstat (limited to 'mdk-stage1/thirdparty.c')
-rw-r--r--mdk-stage1/thirdparty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/thirdparty.c b/mdk-stage1/thirdparty.c
index b51aec471..00c8c9db3 100644
--- a/mdk-stage1/thirdparty.c
+++ b/mdk-stage1/thirdparty.c
@@ -225,7 +225,7 @@ static enum return_type thirdparty_autoload_modules(const char *modules_location
sprintf(final_name, "%s/%s", modules_location, *entry);
if (insmod_local_file(final_name, options)) {
log_message("\t%s (third party media): failed", *entry);
- stg1_error_message("Insmod %s (floppy) failed.", *entry);
+ stg1_error_message("Insmod %s (third party media) failed.", *entry);
}
break;
}