1
1

* make "no oobs found" output only occur if verbose is set. Needed in rare

times it's ok not to have an oob

This commit was SVN r6582.
Этот коммит содержится в:
Brian Barrett 2005-07-21 20:21:57 +00:00
родитель 5cd46a1681
Коммит d4058f65e2

Просмотреть файл

@ -169,7 +169,7 @@ int mca_oob_base_init(void)
}
/* set the global variable to point to the first initialize module */
if(s_module == NULL) {
opal_output(0, "mca_oob_base_init: no OOB modules available\n");
opal_output_verbose(10, mca_oob_base_output, "mca_oob_base_init: no OOB modules available\n");
return ORTE_ERROR;
}