Verbose console output is jumbled, fixes #4558

This commit is contained in:
heckflosse
2018-09-18 13:09:58 +02:00
parent 1ddf707636
commit 1ae01f40b9
2 changed files with 2 additions and 2 deletions

View File

@@ -604,7 +604,7 @@ bool LensProfilePanel::checkLensfunCanCorrect(bool automatch)
LensProfilePanel::LFDbHelper::LFDbHelper()
{
#ifdef _OPENMP
#pragma omp parallel sections
#pragma omp parallel sections if (!options.rtSettings.verbose)
#endif
{
#ifdef _OPENMP