1
1

replaced __FUNCTION__ with __func__

This commit was SVN r21956.
Этот коммит содержится в:
Lenny Verkhovsky 2009-09-09 12:02:45 +00:00
родитель 51b13b3d5c
Коммит a4ae241769

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

@ -313,7 +313,7 @@ static inline struct ompi_proc_t* ompi_comm_peer_lookup(ompi_communicator_t* com
{
#if OPAL_ENABLE_DEBUG
if(peer_id >= comm->c_remote_group->grp_proc_count) {
opal_output(0, "%s: invalid peer index (%d)", __FUNCTION__,peer_id);
opal_output(0, "%s: invalid peer index (%d)", __func__,peer_id);
return (struct ompi_proc_t *) NULL;
}
#endif