Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 13:40:29 GMT
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 120382 for review
Message-ID:  <200705251340.l4PDeTWA054159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120382

Change 120382 by lulf@lulf_vimes on 2007/05/25 13:39:59

	- Remove error printout not needed anymore.

Affected files ...

.. //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_plex.c#7 edit

Differences ...

==== //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_plex.c#7 (text+ko) ====

@@ -367,7 +367,6 @@
 	pbp->bio_inbed++;
 
 	if (pbp->bio_inbed == pbp->bio_children) {
-		printf("Error is %d\n", pbp->bio_error);
 		/* XXX: Should this be done here? Probably to be done later, but
 		 * just for testing. */
 		if (pbp->bio_cmd == BIO_WRITE &&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705251340.l4PDeTWA054159>