From 40c9cf38ca70f2d5b8418b5e2fdda78ab3707844 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 18 May 2021 08:56:54 -0400 Subject: Added time stamps to common player stdout messages. Fixed delete_tree task to blow away files by default. --- player/player.F90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'player/player.F90') diff --git a/player/player.F90 b/player/player.F90 index 308be3b..121b441 100644 --- a/player/player.F90 +++ b/player/player.F90 @@ -64,7 +64,9 @@ implicit none end if if(work_to_do) then - Print *, "Work Available" + + ! GNU Extension... :( + Print *, fdate()//" Work Available" job_id = get_job_id_from_checkin(j_checkin) call get_instruction_name_from_checkin(j_checkin, instruction_name) -- cgit v1.2.3