]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
compilation error in debug mode fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Nov 2009 14:39:09 +0000 (14:39 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Nov 2009 14:39:09 +0000 (14:39 +0000)
HLT/ITS/AliHLTITSClusterFinderComponent.cxx

index f55edf1c8c8209b8a5aba462a158d4cc1314ab1a..06e230c54ad9d491d5194c5634763fb146efeb92 100644 (file)
@@ -288,7 +288,7 @@ int AliHLTITSClusterFinderComponent::DoEvent
     HLTDebug("Event 0x%08LX (%Lu) received datatype: %s - required datatype: %s",
               evtData.fEventID, evtData.fEventID, 
               DataType2Text(iter->fDataType).c_str(), 
-              DataType2Text(datatype).c_str());
+              DataType2Text(fInputDataType).c_str());
     
     // -- Check for the correct data type
     if ( iter->fDataType != (fInputDataType) )