Fix silly bug -- ensure to initialize the verbosity level properly.
This commit was SVN r1953.
Этот коммит содержится в:
родитель
804ae3bfb2
Коммит
f543780705
@ -351,7 +351,7 @@ static int do_open(int output_id, ompi_output_stream_t *lds)
|
|||||||
OMPI_THREAD_UNLOCK(&mutex);
|
OMPI_THREAD_UNLOCK(&mutex);
|
||||||
info[i].ldi_enabled = lds->lds_is_debugging ?
|
info[i].ldi_enabled = lds->lds_is_debugging ?
|
||||||
(bool) OMPI_ENABLE_DEBUG : true;
|
(bool) OMPI_ENABLE_DEBUG : true;
|
||||||
info[i].ldi_verbose_level = 0;
|
info[i].ldi_verbose_level = lds->lds_verbose_level;
|
||||||
|
|
||||||
info[i].ldi_syslog = lds->lds_want_syslog;
|
info[i].ldi_syslog = lds->lds_want_syslog;
|
||||||
if (lds->lds_want_syslog) {
|
if (lds->lds_want_syslog) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user