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

@ -49,7 +49,7 @@ int init (const Settings* s, Glib::ustring baseDir, Glib::ustring userSettingsDi
RawImageSource::init(); RawImageSource::init();
#ifdef _OPENMP #ifdef _OPENMP
#pragma omp parallel sections #pragma omp parallel sections if (!settings->verbose)
#endif #endif
{ {
#ifdef _OPENMP #ifdef _OPENMP

View File

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