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.
  • Loading branch information
wwlwpd committed Oct 7, 2024
1 parent e6b2baa commit 2f9b79c
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 2f9b79c

Please sign in to comment.