Whamcloud - gitweb
Branch b1_4
[fs/lustre-release.git] / lnet / klnds / ptllnd / ptllnd_rx_buf.c
index 364540b..e897086 100644 (file)
@@ -414,7 +414,7 @@ kptllnd_rx_buffer_callback (ptl_event_t *ev)
                  * odd-length message will misalign subsequent messages and
                  * force the fixup below...  */
                 if ((ev->mlength & 7) != 0)
-                        CWARN("Message from %s has odd length %d: "
+                        CWARN("Message from %s has odd length %llu: "
                               "probable version incompatibility\n",
                               kptllnd_ptlid2str(ev->initiator),
                               ev->mlength);