Improve log messages.
This commit is contained in:
parent
ca49d8250d
commit
b265a81108
|
|
@ -252,7 +252,7 @@ __wait_for_boot() {
|
||||||
done
|
done
|
||||||
if [ ${WAIT} -eq 1 ]
|
if [ ${WAIT} -eq 1 ]
|
||||||
then
|
then
|
||||||
__log "${DEV}: wait for boot process completed after '${BOOTDELAY}' seconds"
|
__log "${DEV}: done waiting '${BOOTDELAY}' seconds for boot process to complete"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -280,7 +280,7 @@ case ${2} in
|
||||||
do
|
do
|
||||||
if [ ${1} = "${I}" ]
|
if [ ${1} = "${I}" ]
|
||||||
then
|
then
|
||||||
__log "${DEV}: device blocked by BLACKLIST"
|
__log "${DEV}: device blocked by BLACKLIST option"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue