]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigitizer.cxx
move most of Info to AliDebug
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigitizer.cxx
index 2ed5b4cba3141ddf94772151965c8e76dce1ea5a..4c081d0d3d5fea911f38c12dbc54ad392abc7718 100644 (file)
@@ -371,17 +371,17 @@ void AliEMCALDigitizer::Digitize(Int_t event)
               
          }//First entry is not NULL
          else {
-           Info("Digitize", "NULL sdigit pointer");
+           AliDebug(1, "NULL sdigit pointer");
            continue;
          }
        }//There is at least one entry
        else {
-         Info("Digitize", "NULL sdigits array");
+         AliDebug(1, "NULL sdigits array");
          continue;
        }
       }// SDigits array exists
       else {
-       Info("Digitizer","Null sdigit pointer");
+       AliDebug(1,"Null sdigit pointer");
        continue;
       }
     }// input loop
@@ -510,7 +510,7 @@ void AliEMCALDigitizer::Digitize(Int_t event)
           
       }// Digit pointer exists
       else{
-       Info("Digitizer","Digit pointer is null");
+       AliDebug(1,"Digit pointer is null");
       }
     } // for(absID = 0; absID < nEMC; absID++)