From 0f9a1b6f3b0d4a9f2104975db1292b0da705cfd1 Mon Sep 17 00:00:00 2001 From: Dinko Ferencek Date: Mon, 16 Nov 2015 08:20:32 -0600 Subject: [PATCH] re-enabling LogWarning (cherry picked from commit 743eabac5a41b0d4b879c7016d8a9a90785337af) --- PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc b/PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc index 21dd768a3464d..17a31a7d1c4ea 100644 --- a/PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc +++ b/PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc @@ -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() );