[Ocfs2-commits] zab commits r2450 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 29 20:51:34 CDT 2005


Author: zab
Signed-off-by: mfasheh
Date: 2005-06-29 20:51:32 -0500 (Wed, 29 Jun 2005)
New Revision: 2450

Modified:
   trunk/fs/ocfs2/cluster/tcp.c
Log:
o print the ssize_t sendmsg result with zd instead of zu

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/cluster/tcp.c
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.c	2005-06-30 01:33:25 UTC (rev 2449)
+++ trunk/fs/ocfs2/cluster/tcp.c	2005-06-30 01:51:32 UTC (rev 2450)
@@ -865,7 +865,7 @@
 					 (long)kmalloced_virt & ~PAGE_MASK,
 					 size, MSG_DONTWAIT);
 	if (ret != size) {
-		mlog(ML_ERROR, "sendpage of size %zu failed with %zu\n",
+		mlog(ML_ERROR, "sendpage of size %zu failed with %zd\n",
 		     size, ret);
 		o2net_ensure_shutdown(nn, sc, 0);
 	}



More information about the Ocfs2-commits mailing list