]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reverted a Fatal to Error to not block the trunk (savannah 58547)
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Nov 2009 09:07:43 +0000 (09:07 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Nov 2009 09:07:43 +0000 (09:07 +0000)
STEER/AliQAManager.cxx

index 83e8b4a69da67140b04beedd58e0623d050ab01c..c7649eae454ca4a6384291cf112746971631cf4f 100644 (file)
@@ -1295,7 +1295,7 @@ void AliQAManager::RunOneEventInOneDetector(Int_t det, TTree * tree)
           if ( AliRecoParam::Convert(qadm->GetRecoParam()->GetEventSpecie()) != AliRecoParam::kDefault)  
             qadm->SetEventSpecie(qadm->GetRecoParam()->GetEventSpecie()) ; 
           else
-            AliFatal(Form("%d defined by %s is not an event specie", qadm->GetRecoParam()->GetEventSpecie(), qadm->GetName())) ; 
+            AliError(Form("%d defined by %s is not an event specie", qadm->GetRecoParam()->GetEventSpecie(), qadm->GetName())) ; 
         }                    
         if ( qadm->IsCycleDone() ) {
           qadm->EndOfCycle() ;