Skip to content

Commit

Permalink
better log when fail
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed May 23, 2024
1 parent bb7e8d7 commit 56cdbf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions bash/force-level2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,17 @@ function process_this_image(){

debug "STATUS: $STATUS"

{
echo ""
echo "-----------------------------------------------------------"
echo "Core processing signaled $STATUS"
} >> "$FILE_LOG"

else

echo "could not attempt to process" >> "$FILE_LOG"
STATUS="FAIL"

fi

{
echo ""
echo "-----------------------------------------------------------"
echo "Core processing signaled $STATUS"
echo ""
echo "End of processing: $(date +"%Y-%m-%d %H:%M:%S")"
echo "May the FORCE be with you!"
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-05-23_07:25:53
3.7.12-dev:::2024-05-23_07:56:24

0 comments on commit 56cdbf1

Please sign in to comment.