From 86a16edd5a72c62778009dae452d3c80f6cb4ee0 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 4 Sep 2012 17:22:17 +0000 Subject: [PATCH] Move the debug output to the right place This commit was SVN r27231. --- orte/mca/ras/base/ras_base_allocate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/orte/mca/ras/base/ras_base_allocate.c b/orte/mca/ras/base/ras_base_allocate.c index 6829e7a357..0f626b4fbf 100644 --- a/orte/mca/ras/base/ras_base_allocate.c +++ b/orte/mca/ras/base/ras_base_allocate.c @@ -234,11 +234,11 @@ void orte_ras_base_allocate(int fd, short args, void *cbdata) return; } } else if (NULL != app->dash_host) { + OPAL_OUTPUT_VERBOSE((5, orte_ras_base.ras_output, + "%s ras:base:allocate adding dash_hosts", + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME))); if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, app->dash_host))) { - OPAL_OUTPUT_VERBOSE((5, orte_ras_base.ras_output, - "%s ras:base:allocate adding dash_hosts", - ORTE_NAME_PRINT(ORTE_PROC_MY_NAME))); ORTE_ERROR_LOG(rc); OBJ_DESTRUCT(&nodes); ORTE_TERMINATE(ORTE_ERROR_DEFAULT_EXIT_CODE);