Skip to content

Commit

Permalink
Merge pull request #12436 from ferencek/HadronAndPartonSelectorLogWar…
Browse files Browse the repository at this point in the history
…ning_from-CMSSW_7_6_1
  • Loading branch information
cmsbuild committed Jan 24, 2016
2 parents d587b8e + 0f9a1b6 commit 6e0bc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ HadronAndPartonSelector::produce(edm::Event& iEvent, const edm::EventSetup& iSet
if( !partonSelectorSet_ )
{
if ( partonMode_=="Undefined" )
edm::LogInfo("UndefinedPartonMode") << "Could not automatically determine the hadronizer type and set the correct parton selection mode. Parton-based jet flavour will not be defined.";
edm::LogWarning("UndefinedPartonMode") << "Could not automatically determine the hadronizer type and set the correct parton selection mode. Parton-based jet flavour will not be defined.";
else if ( partonMode_=="Pythia6" )
{
partonSelector_ = PartonSelectorPtr( new Pythia6PartonSelector() );
Expand Down

0 comments on commit 6e0bc58

Please sign in to comment.