Add program name to log output

This commit is contained in:
Mike Holloway 2022-03-04 00:23:10 -05:00
parent bdf06eb77f
commit 8f631b6adb

View File

@ -11,7 +11,7 @@ DateTimeStamp=$(date +\%D_\%T)
write_log () {
#echo " ++ Write to log.
# +++++++++++++++"
printf '%s - %s\n' "$DateTimeStamp" "$1"
printf '%s hash-files: %s\n' "$DateTimeStamp" "$1"
}
create_list_of_files () {