Skip to content

Commit

Permalink
Merge pull request #19865 from boudoul/FrameconvSilent_93X
Browse files Browse the repository at this point in the history
Make SiPixelFrameConverter silent ...
  • Loading branch information
davidlange6 committed Jul 22, 2017
2 parents 262d5b6 + 09d7338 commit 9a401ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondFormats/SiPixelObjects/src/SiPixelFrameConverter.cc
Expand Up @@ -38,7 +38,7 @@ PixelROC const * SiPixelFrameConverter::toRoc(int link, int roc) const {
stm << "Map shows no fed="<<theFedId
<<", link="<< link
<<", roc="<< roc;
edm::LogWarning("SiPixelFrameConverter") << stm.str();
LogDebug("SiPixelFrameConverter") << stm.str();
}
return rocp;
}
Expand Down

0 comments on commit 9a401ab

Please sign in to comment.