more clear log file examination output

This commit is contained in:
George Danchev 2011-07-04 16:33:10 +00:00
parent c808501c19
commit 03f55f8572
1 changed files with 3 additions and 2 deletions

View File

@ -78,7 +78,8 @@ fi
##### #####
printf "\n${SELF}: Std(out|err) logged in ${CLOG}." printf "\n${SELF}: Std(out|err) logged in ${CLOG}."
printf "\n${SELF}: Log file examination follows:\n" printf "\n${SELF}: Current log file examination begins:"
printf "\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
# severity classes of libdax_msgs.h in libburn and libisofs # severity classes of libdax_msgs.h in libburn and libisofs
# List of boring keywords: # List of boring keywords:
# 'UPDATE' A pacifier message during long running operations. # 'UPDATE' A pacifier message during long running operations.
@ -88,7 +89,7 @@ fi
if [ -f "${CLOG}" ]; then if [ -f "${CLOG}" ]; then
grep -n -PT "${LIST_KWD}" "${CLOG}" grep -n -PT "${LIST_KWD}" "${CLOG}"
fi fi
printf "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
fi fi
exit 0 exit 0