From 32b7402e28785fb1e6489db4c847a7a1a0a94f0a Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 27 Mar 2011 13:20:17 +0200 Subject: poll_device: use 'echo' instead of 'msg'. Fixes FS#21314 --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_functions b/init_functions index fb3039d..a42d257 100644 --- a/init_functions +++ b/init_functions @@ -15,7 +15,7 @@ poll_device() { seconds=5 fi if [ "${udevd_running}" -eq 1 ]; then - echo "Waiting ${seconds} seconds for device ${device} ..." + msg "Waiting ${seconds} seconds for device ${device} ..." while [ ! -b "${device}" -a ${seconds} -gt 0 ]; do sleep 1 seconds=$((${seconds}-1)) -- cgit v1.2.3-24-g4f1b