1
1

Per Jeff's inquiry, play chicken and don't assume herror exists everywhere.

This commit was SVN r23656.
Этот коммит содержится в:
Ralph Castain 2010-08-24 20:46:41 +00:00
родитель 207ca2d928
Коммит f1a00c9a21

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

@ -1456,7 +1456,9 @@ int mca_oob_tcp_resolve(mca_oob_tcp_peer_t* peer)
}
}
}
herror("COULD NOT COMPUTE CONTACT INFO");
opal_output(0, "%s COULD NOT COMPUTE CONTACT INFO FOR PROC %s on NODE %s",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
ORTE_NAME_PRINT(&peer->peer_name), host);
goto unlock;
} else {
haddr = inet_ntoa(*(struct in_addr*)h->h_addr_list[0]);