diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 979c91d..365bf34 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -894,7 +894,7 @@ function ParallelExec { if [ $((($exec_time + 1) % $keepLogging)) -eq 0 ]; then if [ $log_ttime -ne $exec_time ]; then # Fix when sleep time lower than 1s log_ttime=$exec_time - Logger "Current tasks still running with pids [$(joinString , ${pidsArray[@]})]." "NOTICE" + Logger "There are $((commandCount-counter-numberOfProcess)) / $commandCount in the task queue. Currently, $numberofProcess tasks still running with pids [$(joinString , ${pidsArray[@]})]." "NOTICE" fi fi fi