[Ocfs2-tools-commits] jlbec commits r271 - branches/dlm-changes/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Sep 28 16:29:31 CDT 2004


Author: jlbec
Date: 2004-09-28 16:29:29 -0500 (Tue, 28 Sep 2004)
New Revision: 271

Modified:
   branches/dlm-changes/libocfs2/chain.c
Log:
little debug change

Modified: branches/dlm-changes/libocfs2/chain.c
===================================================================
--- branches/dlm-changes/libocfs2/chain.c	2004-09-28 01:23:09 UTC (rev 270)
+++ branches/dlm-changes/libocfs2/chain.c	2004-09-28 21:29:29 UTC (rev 271)
@@ -287,8 +287,10 @@
 	gd = (ocfs2_group_desc *)wi->gd_buf;
 	wi->count_free += gd->bg_free_bits_count;
 	wi->count_total += gd->bg_bits;
-	fprintf(stdout, "    % 16"PRIu64": %05d/%05d\n",
-		gd->bg_blkno, wi->count_free, wi->count_total);
+	fprintf(stdout, "    % 16"PRIu64": %05d/%05d = %05d/%05d\n",
+		gd->bg_blkno,
+		gd->bg_free_bits_count, gd->bg_bits,
+		wi->count_free, wi->count_total);
 
 	return 0;
 }



More information about the Ocfs2-tools-commits mailing list