Skip to content

Commit

Permalink
changing LogInfo to LOGDRESSED
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Apr 14, 2014
1 parent bcd1cc5 commit b707afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoParticleFlow/PFProducer/plugins/PFEGammaProducer.cc
Expand Up @@ -368,7 +368,7 @@ PFEGammaProducer::produce(edm::Event& iEvent,

pfeg_->RunPFEG(blockref,active);

edm::LogInfo("PFEGammaProducer")
LOGDRESSED("PFEGammaProducer")
<< "Block with " << elements.size()
<< " elements produced "
<< pfeg_->getCandidates().size()
Expand Down Expand Up @@ -399,7 +399,7 @@ PFEGammaProducer::produce(edm::Event& iEvent,
rscinsertfrom);
}

edm::LogInfo("PFEGammaProducer")
LOGDRESSED("PFEGammaProducer")
<< "Running PFEGammaAlgo on all blocks produced = "
<< egCandidates_->size() << " e-g candidates!"
<< std::endl;
Expand Down

0 comments on commit b707afa

Please sign in to comment.