]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliMDC.cxx
SelectCollisionCandidates added for the task
[u/mrichter/AliRoot.git] / RAW / AliMDC.cxx
index 2294e568fa281c05289d7fadcfdecb2943bd3ef5..a4374b53c02129aedc183390791be61a8f19951a 100644 (file)
@@ -248,7 +248,7 @@ Int_t AliMDC::ProcessEvent(void* event, Bool_t isIovecArray)
   Long64_t currentFileSize = GetTotalSize();
   //  AliDebug(1,Form("current file size is %lld bytes",currentFileSize));
   if(currentFileSize > kFileSizeErrorLevel) {
-    Error("ProcessEvent", "file size (%lu) exceeds the limit "
+    Error("ProcessEvent", "file size (%lld) exceeds the limit "
          , currentFileSize);
     return kErrFileSize;
   }