PERFORCE change 212644 for review

Brooks Davis brooks at FreeBSD.org
Mon Jun 11 19:14:54 UTC 2012


http://p4web.freebsd.org/@@212644?ac=10

Change 212644 by brooks at brooks_ecr_current on 2012/06/11 19:14:00

	Fix a format error in a diagnostic message when writing fails.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/dev/isf/isf.c#10 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/dev/isf/isf.c#10 (text+ko) ====

@@ -565,7 +565,7 @@
 				    ((uint16_t *)bp->bio_data)[i]) !=
 				    ((uint16_t *)bp->bio_data)[i]) {
 					device_printf(sc->isf_dev, "write"
-					    " requires erase at 0x08%jx\n",
+					    " requires erase at 0x%08jx\n",
 					    bp->bio_pblkno * ss);
 					error = EIO;
 					break;


More information about the p4-projects mailing list