Skip to content

Commit

Permalink
- formatted clara-wd printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjyan committed Aug 2, 2019
1 parent 30c4ba6 commit 43a74f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unix/clas-watchdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi

# check to see if we are not using CPU for timeout seconds.
if (( $time > $timeout )); then
echo `date` "clara-wd:SevereError Stopped the data-processing... "
echo `date` "clara-wd:SevereError Stop the data-processing... "
kill -9 ${dpe_pid}
kill -9 ${orch_pid}
exit 1
Expand Down

0 comments on commit 43a74f7

Please sign in to comment.