1
1

Correct debug output so it doesn't falsely report the module

This commit was SVN r25003.
Этот коммит содержится в:
Ralph Castain 2011-08-05 20:30:34 +00:00
родитель d603c79ab4
Коммит bd8e43a2de

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

@ -836,7 +836,7 @@ static void failed_start(orte_odls_job_t *jobdat, orte_exit_code_t exit_code)
}
}
OPAL_OUTPUT_VERBOSE((1, orte_errmgr_base.output,
"%s errmgr:hnp: job %s reported incomplete start",
"%s errmgr:orted: job %s reported incomplete start",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_JOBID_PRINT(jobdat->jobid)));
return;