diff options
Diffstat (limited to 'init_functions')
-rw-r--r-- | init_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init_functions b/init_functions index 69cd8fb..787b925 100644 --- a/init_functions +++ b/init_functions @@ -15,7 +15,7 @@ poll_device() { [ -b "$device" ] && return 0 if [ "$udevd_running" -eq 1 ]; then - msg "Waiting $seconds seconds for device $device ..." + msg "Waiting $seconds seconds for device $device ..." >&2 while [ ! -b "$device" -a "$seconds" -gt 0 ]; do sleep 1 seconds=$(( $seconds - 1 )) |