X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALTriggerRawDigit.cxx;h=ccaf833fd2a032f6b5142c29d2d9a9506a9a1d9a;hb=763e0758b922b73148655b054d755026a3881b14;hp=de54e78cb005ac620b5ec4e1c1cbe79f5132d498;hpb=79b0505165cb5382fc83c59f2ff21b99dd30d147;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALTriggerRawDigit.cxx b/EMCAL/AliEMCALTriggerRawDigit.cxx index de54e78cb00..ccaf833fd2a 100644 --- a/EMCAL/AliEMCALTriggerRawDigit.cxx +++ b/EMCAL/AliEMCALTriggerRawDigit.cxx @@ -25,7 +25,6 @@ #include #include "AliEMCALTriggerRawDigit.h" -#include "AliLog.h" ClassImp(AliEMCALTriggerRawDigit) @@ -69,7 +68,7 @@ Bool_t AliEMCALTriggerRawDigit::SetL0Time(const Int_t i) { if (i == fL0Times[j]) { - AliWarning("L0 time already there! Won't add it twice"); + AliDebug(1,Form("Digit id %d: L0 time %d already there! Won't add it twice",fId,i)); return kFALSE; } }