diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-23 17:46:50 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-23 17:46:50 +0000 |
commit | f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc (patch) | |
tree | 3178d11466057506ce7f735ca367015dc17c3605 /mdk-stage1 | |
parent | 5dfcfb254909e0760b7ffe937f829ed8dffa900f (diff) | |
download | drakx-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar drakx-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.gz drakx-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.bz2 drakx-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.tar.xz drakx-f62e1bc498c2c4f29bf73fe1819e69fa05ec66fc.zip |
s/usb/moreprofessional/ thanks to vdanen
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/probing.c | 2 |
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(); } |