From b421b5a20853f9baf177ef8c85d0f09fda5450aa Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 22 Jun 2012 15:41:46 +0000 Subject: [PATCH] Fix for #95494: Change AliLog message in AliAltroRawStreamV3.cxx --- RAW/AliAltroRawStreamV3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAW/AliAltroRawStreamV3.cxx b/RAW/AliAltroRawStreamV3.cxx index 625147b33a6..8ee9fe7dfdb 100644 --- a/RAW/AliAltroRawStreamV3.cxx +++ b/RAW/AliAltroRawStreamV3.cxx @@ -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(); -- 2.43.0