Skip to content
Snippets Groups Projects
Commit 7828bc5c authored by Rene Brun's avatar Rene Brun
Browse files

From Wouter:

While running the tutorial macros, I realized I have
accidentally left a debug message stream active in the default
configuration.


git-svn-id: http://root.cern.ch/svn/root/trunk@29167 27541ba8-7e3a-0410-8455-c3a389f83636
parent d54b6db5
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,7 @@ RooMsgService::RooMsgService()
// Old-style streams
addStream(RooFit::PROGRESS) ;
addStream(RooFit::INFO,Topic(RooFit::Eval|RooFit::Plotting|RooFit::Fitting|RooFit::Minimization|RooFit::Caching|RooFit::ObjectHandling|RooFit::NumIntegration|RooFit::InputArguments|RooFit::DataHandling)) ;
addStream(RooFit::INFO,Topic(RooFit::NumIntegration|RooFit::Generation)) ;
addStream(RooFit::INFO,Topic(RooFit::Eval|RooFit::Plotting|RooFit::Fitting|RooFit::Minimization|RooFit::Caching|RooFit::ObjectHandling|RooFit::NumIntegration|RooFit::InputArguments|RooFit::DataHandling|RooFit::NumIntegration)) ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment