Skip to content

Commit

Permalink
Rooting out some more log spam.
Browse files Browse the repository at this point in the history
Issue 1394: reviving this issue, seen during Milton.

Related to #1394.

(cherry picked from commit c8a119b)
Signed-off-by: wwlwpd <[email protected]>
  • Loading branch information
wwlwpd committed Oct 31, 2024
1 parent 0dbc09a commit cd0a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asgs_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ monitorJobs()

# check job run status
check=$(checkTimeLimit "$startTime" "$WALLTIME")
if [[ "$check" -eq 1 ]]; then
if [[ "$check" == 1 ]]; then
THIS="asgs_main.sh>monitorJobs()"
DATETIME=`date +'%Y-%h-%d-T%H:%M:%S%z'`
echo "[$DATETIME] $THIS: The ${ENSTORM_TEMP} job exceeded its wall clock time limit of '$WALLTIME'." > ${ENSTORM_TEMP}.run.error # <-OVERWRITE
Expand Down

0 comments on commit cd0a8ae

Please sign in to comment.