From 44b8608f0a5eb00fdb23fedb17c41f704547a10b Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 5 May 2012 17:46:10 +0000 Subject: [PATCH] Convert debug to verbose This commit was SVN r26384. --- orte/mca/state/orted/state_orted.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/orte/mca/state/orted/state_orted.c b/orte/mca/state/orted/state_orted.c index 2d9cea45e1..952800711c 100644 --- a/orte/mca/state/orted/state_orted.c +++ b/orte/mca/state/orted/state_orted.c @@ -160,8 +160,10 @@ static void track_jobs(int fd, short argc, void *cbdata) int rc; if (ORTE_JOB_STATE_LOCAL_LAUNCH_COMPLETE == caddy->job_state) { -opal_output(0, "%s state:orted:track_jobs sending local launch complete for job %s", -ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), ORTE_JOBID_PRINT(caddy->jdata->jobid)); + OPAL_OUTPUT_VERBOSE((5, orte_state_base_output, + "%s state:orted:track_jobs sending local launch complete for job %s", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), + ORTE_JOBID_PRINT(caddy->jdata->jobid))); /* update the HNP with all proc states for this job */ alert = OBJ_NEW(opal_buffer_t); /* pack update state command */