From 97e3c16790e917d2757ecd1602314bcffa38ba03 Mon Sep 17 00:00:00 2001 From: jgrosseo Date: Wed, 12 Dec 2007 14:56:14 +0000 Subject: [PATCH] sending shuttle_ignore to ML also in case of 0 events --- SHUTTLE/AliShuttle.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SHUTTLE/AliShuttle.cxx b/SHUTTLE/AliShuttle.cxx index 54a6ba745ae..b822f6895e0 100644 --- a/SHUTTLE/AliShuttle.cxx +++ b/SHUTTLE/AliShuttle.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.70 2007/12/12 13:45:35 acolla +Monalisa started in Collect() function. Alive message to monitor is sent at each Collect and every minute during preprocessor processing. + Revision 1.69 2007/12/12 10:06:29 acolla in AliShuttle.cxx: SHUTTLE logbook is updated in case of invalid run times: @@ -2130,7 +2133,7 @@ AliShuttleLogbookEntry* AliShuttle::QueryRunParameters(Int_t run) Log("SHUTTLE", Form("Marking SHUTTLE done for run %d", run)); fLogbookEntry = entry; - if (!UpdateShuttleLogbook("shuttle_done")) + if (!UpdateShuttleLogbook("shuttle_ignored")) { AliError(Form("Could not update logbook for run %d !", run)); } -- 2.43.0