]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliOnlineReco.cxx
Bug #55488: Better messsaging in the online reco GUI. Change in the ECS policy -...
[u/mrichter/AliRoot.git] / MONITOR / AliOnlineReco.cxx
index 09527cac66d0f8a0c38eb41f5f054a5dd08bb4d3..8eaac6ad42be93376cbb6bc6f2459184c85acfc9 100644 (file)
@@ -143,11 +143,11 @@ void AliOnlineReco::ChildProcTerm(Int_t pid, Int_t status)
     fRunList->RemoveEntry(run);
     if (status == 0)
     {
-      fRunList->AddEntrySort(TString::Format("%-20d -- FINISHED", run), run);
+      fRunList->AddEntrySort(TString::Format("%-20d -- PROCESSED", run), run);
     }
     else
     {
-      fRunList->AddEntrySort(TString::Format("%-20d -- CRASHED [%d]", run, status), run);
+      fRunList->AddEntrySort(TString::Format("%-20d -- PROCESSED [%d]", run, status), run);
     }
     fRunList->Layout();
     i->second = 0;