1
1

- Output according to their type.

This commit was SVN r22206.
Этот коммит содержится в:
Rainer Keller 2009-11-09 14:28:15 +00:00
родитель 366bd96c88
Коммит 276b813f48

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

@ -601,8 +601,8 @@ mca_btl_portals_component_progress(void)
if (ev.rlength == 0)
opal_output_verbose(10, mca_btl_portals_component.portals_output,
"PTL_EVENT_ACK: ev.rlength=%d ev.mlength=%d: requeueing request",
ev.rlength, ev.mlength);
"PTL_EVENT_ACK: ev.rlength=%lu ev.mlength=%lu: requeueing request",
(unsigned long)ev.rlength, (unsigned long)ev.mlength);
else
opal_output_verbose(50, mca_btl_portals_component.portals_output,
"message was dropped. Trying again");