]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correcting error message 'aborting' -> 'skipping'
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Mar 2009 14:50:13 +0000 (14:50 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Mar 2009 14:50:13 +0000 (14:50 +0000)
HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx

index 090583b4a9c05d99e35e026827a96ff0b7e5ac35..4e8fb5ce3d029dd1ab7418cadb8ca52f70640eb8 100644 (file)
@@ -268,7 +268,7 @@ int AliHLTTPCClusterFinderComponent::DoEvent( const AliHLTComponentEventData& ev
   // see header file for class documentation
 
   if(fReader == NULL){
-    HLTFatal("Digit reader not initialized, aborting event.");
+    HLTFatal("Digit reader not initialized, skipping HLT TPC cluster reconstruction.");
     size=0;
     return 0;    
   }