Skip to content

Commit 56cdbf1

Browse files
committed
better log when fail
1 parent bb7e8d7 commit 56cdbf1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

bash/force-level2.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,19 +227,17 @@ function process_this_image(){
227227

228228
debug "STATUS: $STATUS"
229229

230-
{
231-
echo ""
232-
echo "-----------------------------------------------------------"
233-
echo "Core processing signaled $STATUS"
234-
} >> "$FILE_LOG"
235-
236230
else
237231

232+
echo "could not attempt to process" >> "$FILE_LOG"
238233
STATUS="FAIL"
239234

240235
fi
241236

242237
{
238+
echo ""
239+
echo "-----------------------------------------------------------"
240+
echo "Core processing signaled $STATUS"
243241
echo ""
244242
echo "End of processing: $(date +"%Y-%m-%d %H:%M:%S")"
245243
echo "May the FORCE be with you!"

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-05-23_07:25:53
1+
3.7.12-dev:::2024-05-23_07:56:24

0 commit comments

Comments
 (0)