From: masera Date: Wed, 2 Jul 2008 16:22:23 +0000 (+0000) Subject: Verbose message changed to AliDebug (D. Elia) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=813020f474e189cf30b69c9d1e52f4b73a3c1e81;p=u%2Fmrichter%2FAliRoot.git Verbose message changed to AliDebug (D. Elia) --- diff --git a/ITS/AliITSClusterFinderV2SPD.cxx b/ITS/AliITSClusterFinderV2SPD.cxx index 7064dee06c4..f3f672c54f4 100644 --- a/ITS/AliITSClusterFinderV2SPD.cxx +++ b/ITS/AliITSClusterFinderV2SPD.cxx @@ -326,8 +326,5 @@ void AliITSClusterFinderV2SPD::FindClustersSPD(TClonesArray *digits) { Int_t nClustersSPD = ClustersSPD(bins,digits,0,kMAXBIN,kNzBins,fModule,kFALSE); delete [] bins; - // AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); - Info("FindClustersSPD", "found clusters in ITS SPD: %d", nClustersSPD); + AliDebug(1,Form("found clusters in ITS SPD: %d", nClustersSPD)); } - -