[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/io/description: dist-twod-stripe.c

CVS commit program cvs at parl.clemson.edu
Mon Apr 7 11:07:28 EDT 2008


Update of /projects/cvsroot/pvfs2-1/src/io/description
In directory parlweb1:/tmp/cvs-serv26608/src/io/description

Modified Files:
      Tag: small-file-branch
	dist-twod-stripe.c 
Log Message:
syncing small-file-branch back up with trunk at small-file-branch-point2 tag
(reverse merge)


Index: dist-twod-stripe.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/description/dist-twod-stripe.c,v
diff -p -u -r1.3 -r1.3.6.1
--- dist-twod-stripe.c	15 Aug 2007 16:39:22 -0000	1.3
+++ dist-twod-stripe.c	7 Apr 2008 15:07:28 -0000	1.3.6.1
@@ -266,9 +266,9 @@ static PVFS_size logical_file_size(void*
     }
 
     gossip_debug(GOSSIP_DIST_DEBUG,
-                 "%s: server_ct: %llu log_size: %llu\n",
+                 "%s: server_ct: %u log_size: %llu\n",
                  __func__,
-                 llu(server_ct),
+                 server_ct,
                  llu(cur_max));
 
     return cur_max;



More information about the Pvfs2-cvs mailing list