[DRBD-cvs] svn commit by phil - r2831 - trunk/drbd - More verbosity in case there are bits in the bitmap..

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Thu Apr 5 23:46:00 CEST 2007


Author: phil
Date: 2007-04-05 23:45:59 +0200 (Thu, 05 Apr 2007)
New Revision: 2831

Modified:
   trunk/drbd/drbd_receiver.c
Log:
More verbosity in case there are bits in the bitmap..


Modified: trunk/drbd/drbd_receiver.c
===================================================================
--- trunk/drbd/drbd_receiver.c	2007-04-05 20:37:52 UTC (rev 2830)
+++ trunk/drbd/drbd_receiver.c	2007-04-05 21:45:59 UTC (rev 2831)
@@ -2056,7 +2056,8 @@
 	} else {
 		rv = Connected;
 		if(drbd_bm_total_weight(mdev)) {
-			INFO("No resync, but bits in bitmap!\n");
+			INFO("No resync, but %lu bits in bitmap!\n",
+			     drbd_bm_total_weight(mdev));
 		}
 	}
 



More information about the drbd-cvs mailing list