From 38af7db1833dc29014c9134965534f19c65fd550 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 26 Apr 2012 23:41:03 +0000 Subject: [PATCH] Ensure the progress message comes out right away. Otherwise, on a large system where proc state messages are arriving frequently, the message doesn't get printed until the launch is done! This commit was SVN r26346. --- orte/mca/state/hnp/state_hnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/state/hnp/state_hnp.c b/orte/mca/state/hnp/state_hnp.c index 485496cab0..ff26e5429b 100644 --- a/orte/mca/state/hnp/state_hnp.c +++ b/orte/mca/state/hnp/state_hnp.c @@ -159,7 +159,7 @@ static int init(void) } /* add callback to report progress, if requested */ if (ORTE_SUCCESS != (rc = orte_state.add_job_state(ORTE_JOB_STATE_REPORT_PROGRESS, - report_progress, ORTE_INFO_PRI))) { + report_progress, ORTE_ERROR_PRI))) { ORTE_ERROR_LOG(rc); } if (5 < opal_output_get_verbosity(orte_state_base_output)) {