From bc869636be1de5c09e188915de91e1f630ff980c Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 13 Oct 2009 15:29:38 +0000 Subject: [PATCH] Reset the verbosity levels to suppress debug output This commit was SVN r22095. --- orte/mca/routed/cm/routed_cm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/routed/cm/routed_cm.c b/orte/mca/routed/cm/routed_cm.c index 0f604cf684..8c59368842 100644 --- a/orte/mca/routed/cm/routed_cm.c +++ b/orte/mca/routed/cm/routed_cm.c @@ -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)));