diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-17 13:22:51 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-17 13:22:51 +0000 |
commit | 33cedf812368e928c9f15f5bc39f81e1d5ba3ece (patch) | |
tree | d75b61630310f70303ad60d34e3155053b557232 /mdk-stage1/thirdparty.c | |
parent | 1e1d0a70b53472b93f1ddb53aadce43265b6820c (diff) | |
download | drakx-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar drakx-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.gz drakx-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.bz2 drakx-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.tar.xz drakx-33cedf812368e928c9f15f5bc39f81e1d5ba3ece.zip |
message fix again
Diffstat (limited to 'mdk-stage1/thirdparty.c')
-rw-r--r-- | mdk-stage1/thirdparty.c | 2 |
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; } |