Skip to content

Commit cccd2dd

Browse files
carolinecollardferencek
authored andcommitted
change error message in debug message to avoid print on the screen when running
1 parent da02257 commit cccd2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimTracker/Common/interface/SiPixelChargeReweightingAlgorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ bool SiPixelChargeReweightingAlgorithm::lateSignalReweight(const PixelGeomDetUni
10011001
}
10021002
ierr = PixelTempRewgt2D(ID0, ID1, pixrewgt);
10031003
if (ierr != 0) {
1004-
edm::LogError("SiPixelChargeReweightingAlgorithm") << "Cluster Charge Reweighting did not work properly.";
1004+
LogDebug("SiPixelChargeReweightingAlgorithm") << "Cluster Charge Reweighting did not work properly.";
10051005
return false;
10061006
}
10071007
if (PrintClusters) {

0 commit comments

Comments
 (0)