1
1

Reset the verbosity levels to suppress debug output

This commit was SVN r22095.
Этот коммит содержится в:
Ralph Castain 2009-10-13 15:29:38 +00:00
родитель e501589b3b
Коммит bc869636be

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

@ -496,7 +496,7 @@ static int init_routes(orte_jobid_t job, opal_buffer_t *ndat)
*/
if (ORTE_PROC_IS_DAEMON) {
OPAL_OUTPUT_VERBOSE((0, orte_routed_base_output,
OPAL_OUTPUT_VERBOSE((2, orte_routed_base_output,
"%s routed_cm: init routes for daemon job %s\n\thnp_uri %s",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_JOBID_PRINT(job),
@ -545,7 +545,7 @@ static int init_routes(orte_jobid_t job, opal_buffer_t *ndat)
if (ORTE_PROC_IS_HNP) {
OPAL_OUTPUT_VERBOSE((0, orte_routed_base_output,
OPAL_OUTPUT_VERBOSE((2, orte_routed_base_output,
"%s routed_cm: init routes for HNP job %s",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_JOBID_PRINT(job)));