summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1')
-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 04afc9ce0..713d269e9 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -237,7 +237,7 @@ void probe_that_type(enum driver_type type)
log_message("USB: couldn't mount /proc/bus/usb");
goto end_usb_probe;
}
- wait_message("Waiting for USB stuff to show up.");
+ wait_message("Detecting USB devices.");
sleep(4); /* sucking background work */
remove_wait_message();
}