Skip to content

Commit

Permalink
Merge pull request #33951 from quinnanm/patch-5
Browse files Browse the repository at this point in the history
do not print SiStrip O2O passwords in dbParams_
  • Loading branch information
cmsbuild committed Jun 3, 2021
2 parents ca95741 + cf68a5f commit 3a6ac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnlineDB/SiStripConfigDb/src/SiStripDbParams.cc
Expand Up @@ -320,7 +320,7 @@ void SiStripDbParams::print( std::stringstream& ss ) const {
if ( !usingDbCache_ ) {

if ( usingDb_ ) {
ss << " Database account (ConfDb) : " << confdb_ << std::endl;
ss << " Database account (ConfDb) : " << user_ + "/******@" + path_ << std::endl;
}

ss << " Number of partitions : " << partitions_.size();
Expand Down

0 comments on commit 3a6ac4a

Please sign in to comment.