Verbose console output is jumbled, fixes #4558
This commit is contained in:
parent
1ddf707636
commit
1ae01f40b9
@ -49,7 +49,7 @@ int init (const Settings* s, Glib::ustring baseDir, Glib::ustring userSettingsDi
|
||||
RawImageSource::init();
|
||||
|
||||
#ifdef _OPENMP
|
||||
#pragma omp parallel sections
|
||||
#pragma omp parallel sections if (!settings->verbose)
|
||||
#endif
|
||||
{
|
||||
#ifdef _OPENMP
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user