]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTOfflineInterface.cxx
- HLT simulation writes digit data in addition to raw data
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTOfflineInterface.cxx
index 84f7fcca9c9befb8793a92bf63049995ac7511c2..5d89811e783221523fa468593d3eb71b1522bfaf 100644 (file)
@@ -160,7 +160,7 @@ int AliHLTOfflineInterface::FillComponentESDs(int eventNo, AliRunLoader* runLoad
     if (pCurrent) {
       pCurrent->SetESD(eventNo, esd);
       if (pCurrent->GetRunLoader()!=runLoader) {
-       //HLTWarning("runLoader missmatch: component %p was reconstructed with runLoader %p, but got %p now", pCurrent, pCurrent->GetRunLoader(), runLoader);
+       //HLTWarning("runLoader mismatch: component %p was reconstructed with runLoader %p, but got %p now", pCurrent, pCurrent->GetRunLoader(), runLoader);
       }
       iLocal=pCurrent->FillESD(eventNo, runLoader, esd);
     }