Improve log messages.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2013-04-03 13:13:56 +02:00
parent ca49d8250d
commit b265a81108
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ __wait_for_boot() {
done
if [ ${WAIT} -eq 1 ]
then
__log "${DEV}: wait for boot process completed after '${BOOTDELAY}' seconds"
__log "${DEV}: done waiting '${BOOTDELAY}' seconds for boot process to complete"
fi
}
@ -280,7 +280,7 @@ case ${2} in
do
if [ ${1} = "${I}" ]
then
__log "${DEV}: device blocked by BLACKLIST"
__log "${DEV}: device blocked by BLACKLIST option"
exit 0
fi
done