From b265a811082c0c41c8e8404e91ea6002c429b0a9 Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Wed, 3 Apr 2013 13:13:56 +0200 Subject: [PATCH] Improve log messages. --- automount | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automount b/automount index dd75a59..fa0e545 100755 --- a/automount +++ b/automount @@ -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