Skip to content

Commit

Permalink
Improve log messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaden committed Apr 3, 2013
1 parent ca49d82 commit b265a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automount
Expand Up @@ -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
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b265a81

Please sign in to comment.