]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRawWriter.cxx
more text
[u/mrichter/AliRoot.git] / FMD / AliFMDRawWriter.cxx
index 06e65b0aafaeb0a5905512d006ba96dd1e96819c..623e872ee24b08cee293049289fac104a1c21261 100644 (file)
@@ -309,7 +309,7 @@ AliFMDRawWriter::WriteDigits(TClonesArray* digits)
     /* nBits += */ altro->WriteDataHeader(kFALSE, kFALSE);
     delete altro;
   }
-  AliFMDDebug(5, ("Wrote a total of %d words in %d bytes for %d counts", 
+  AliFMDDebug(5, ("Wrote a total of %d words in %ld bytes for %d counts", 
                  nWords, nBits / 8, nCounts));
   return nBits;
 }