1
1

Fix a minor bug that reported an error when one didn't really exist.

This commit was SVN r5612.
Этот коммит содержится в:
Ralph Castain 2005-05-05 20:23:19 +00:00
родитель faf3d438bb
Коммит 8167c24630

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

@ -73,8 +73,7 @@ int orte_universe_exists(orte_universe_t *univ)
}
if (ORTE_SUCCESS != (ret = orte_read_universe_setup_file(contact_file, univ))) {
/* NOTE: THIS IS AN ERROR - ERROR_LOG IT */
ORTE_ERROR_LOG(ret);
/* NOTE: THIS IS NOT AN ERROR - DON'T ERROR_LOG IT */
free(contact_file);
return ret;
}