1
1
This commit was SVN r21957.
Этот коммит содержится в:
Ralph Castain 2009-09-09 17:46:28 +00:00
родитель a4ae241769
Коммит cb7f608006

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

@ -100,8 +100,6 @@ int orte_util_comm_connect_tool(char *uri)
{ {
int rc; int rc;
opal_output(0, "connecting tool %s", uri);
/* set the contact info into the comm hash tables*/ /* set the contact info into the comm hash tables*/
if (ORTE_SUCCESS != (rc = orte_rml.set_contact_info(uri))) { if (ORTE_SUCCESS != (rc = orte_rml.set_contact_info(uri))) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
@ -139,8 +137,6 @@ int orte_util_comm_report_event(orte_comm_event_t ev)
return ORTE_SUCCESS; return ORTE_SUCCESS;
} }
opal_output(0, "reporting event");
/* init a buffer for the data */ /* init a buffer for the data */
OBJ_CONSTRUCT(&buf, opal_buffer_t); OBJ_CONSTRUCT(&buf, opal_buffer_t);
/* flag the type of event */ /* flag the type of event */