]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for #95494: Change AliLog message in AliAltroRawStreamV3.cxx
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jun 2012 15:41:46 +0000 (15:41 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jun 2012 15:41:46 +0000 (15:41 +0000)
RAW/AliAltroRawStreamV3.cxx

index 625147b33a623628c513f9c04db0e8fd53d0c3e8..8ee9fe7dfdb5f10b7dd9d6eeca861770778afc61 100644 (file)
@@ -346,7 +346,7 @@ Bool_t AliAltroRawStreamV3::NextBunch()
   }
   if ((fBunchDataIndex + fBunchLength) > fCount) {
     // Too long bunch detected
-    AliWarning(Form("Too long bunch detected @ %d in Address=0x%x (DDL=%03d) ! Expected <= %d 10-bit words, found %d !", fBunchDataIndex,
+    AliDebug(1,Form("Too long bunch detected @ %d in Address=0x%x (DDL=%03d) ! Expected <= %d 10-bit words, found %d !", fBunchDataIndex,
                    fHWAddress,fDDLNumber,fCount-fBunchDataIndex,fBunchLength));
     fRawReader->AddMinorErrorLog(kAltroBunchHeadErr,Form("hw=0x%x",fHWAddress));
     if (AliDebugLevel() > 0) HexDumpChannel();