From 8f631b6adbaf8957fd94102ce566507e393e8326 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 4 Mar 2022 00:23:10 -0500 Subject: [PATCH] Add program name to log output --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 7598ec0..2e241cc 100755 --- a/hash-files +++ b/hash-files @@ -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 () {