summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.c
diff options
context:
space:
mode:
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;
}