Improve log messages.
This commit is contained in:
parent
ca49d8250d
commit
b265a81108
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue