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();
|
RawImageSource::init();
|
||||||
|
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#pragma omp parallel sections
|
#pragma omp parallel sections if (!settings->verbose)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user