]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliAltroRawStream.cxx
Small fix Sarah
[u/mrichter/AliRoot.git] / RAW / AliAltroRawStream.cxx
index 581712a362a5fafde6ed520d63cb045359c3cd28..2b5d73357ec915323bc42556b653da615d21aa1f 100644 (file)
@@ -683,7 +683,7 @@ Double_t AliAltroRawStream::GetL1Phase() const
 
   Double_t tSample = GetTSample();
   if (phase >= tSample) {
-    AliWarning(Form("Invalid L1 trigger phase (%f >= %d) !",
+    AliWarning(Form("Invalid L1 trigger phase (%f >= %f) !",
                    phase,tSample));
     phase = 0.;
   }