]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerQADataMakerRec.cxx
Attempt to fix Coverity defect 14697
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerQADataMakerRec.cxx
index b7d206b09e8947c4c34a3dc1312c2a97109d5c68..463fbcb954ed4506dd79992d965e072fe568a50f 100644 (file)
@@ -629,7 +629,7 @@ void AliMUONTrackerQADataMakerRec::FillReadoutStatus(AliMUONLogger& log, AliMUON
     {
       Int_t dsp(-1),iddl(-1),ecode(-1);
       
-      sscanf(msg.Data(),"Lost token error detected with address 0x%X of DDL %d and code %d.",
+      sscanf(msg.Data(),"Lost token error detected with address 0x%10X of DDL %10d and code %10d.",
              &dsp,&iddl,&ecode);
       Int_t localBP = ((dsp >> 16)- 4)*5 + 1;
       Int_t buspatch = localBP + iddl*100;