Skip to content

Commit

Permalink
re #8924 changes to make use of #10550 reduction of wrapper logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Nov 26, 2014
1 parent 8212a2a commit 6825f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/API/src/FrameworkManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ void FrameworkManagerImpl::UpdateInstrumentDefinitions()
try
{
IAlgorithm* algDownloadInstrument = this->createAlgorithm("DownloadInstrument");
algDownloadInstrument->setAlgStartupLogging(false);
Poco::ActiveResult<bool> result = algDownloadInstrument->executeAsync();
}
catch (Kernel::Exception::NotFoundError &)
Expand Down

0 comments on commit 6825f84

Please sign in to comment.