[DRBD-cvs] drbd by phil; Disablied some debug messages

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Wed, 28 Apr 2004 15:36:12 +0200 (CEST)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd/drbd


Modified Files:
      Tag: rel-0_7-branch
	drbd_actlog.c 


Log Message:
Disablied some debug messages

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/drbd_actlog.c,v
retrieving revision 1.1.2.92
retrieving revision 1.1.2.93
diff -u -3 -r1.1.2.92 -r1.1.2.93
--- drbd_actlog.c	27 Apr 2004 14:23:18 -0000	1.1.2.92
+++ drbd_actlog.c	28 Apr 2004 13:36:07 -0000	1.1.2.93
@@ -660,12 +660,12 @@
 			ext->rs_left -= cleared;
 			D_ASSERT(ext->rs_left >= 0);
 		} else {
-			WARN("Recounting sectors in %d (resync LRU too small?)\n", enr);
+			//WARN("Recounting sectors in %d (resync LRU too small?)\n", enr);
 			// This element should be in the cache
 			// since drbd_rs_begin_io() pulled it already in.
 			ext->rs_left = bm_count_sectors(mdev->mbds_id,enr);
-			DUMPI(ext->lce.lc_number);
-			DUMPI(mdev->resync->new_number);
+			//DUMPI(ext->lce.lc_number);
+			//DUMPI(mdev->resync->new_number);
 			lc_changed(mdev->resync,&ext->lce);
 		}
 		lc_put(mdev->resync,&ext->lce);