]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
sending shuttle_ignore to ML also in case of 0 events
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Dec 2007 14:56:14 +0000 (14:56 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Dec 2007 14:56:14 +0000 (14:56 +0000)
SHUTTLE/AliShuttle.cxx

index 54a6ba745ae7be04d21aa50b4eaacd4b906e0720..b822f6895e0463b2f736e67963a09f47ac573f22 100644 (file)
@@ -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));
                }