more clear log file examination output
This commit is contained in:
parent
314d52de63
commit
bb75924a34
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user