1
1

Make the format and the arguments matchs.

This commit was SVN r10734.
Этот коммит содержится в:
George Bosilca 2006-07-11 15:10:44 +00:00
родитель 9a31060b6d
Коммит 3daa063772

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

@ -56,12 +56,12 @@ int orte_ras_base_print_node(char **output, char *prefix, orte_ras_node_t *src,
free(tmp);
tmp = tmp2;
asprintf(&tmp2, "%s\n%s\tNum slots: %s\tSlots in use: %lu", tmp, pfx2,
asprintf(&tmp2, "%s\n%s\tNum slots: %lu\tSlots in use: %lu", tmp, pfx2,
(unsigned long)src->node_slots, (unsigned long)src->node_slots_inuse);
free(tmp);
tmp = tmp2;
asprintf(&tmp2, "%s\n%s\tNum slots allocated: %s\tMax slots: %lu", tmp, pfx2,
asprintf(&tmp2, "%s\n%s\tNum slots allocated: %lu\tMax slots: %lu", tmp, pfx2,
(unsigned long)src->node_slots_alloc, (unsigned long)src->node_slots_max);
free(tmp);
tmp = tmp2;