nice printf, do not bite
authorderaadt <deraadt@openbsd.org>
Tue, 15 Apr 1997 08:43:04 +0000 (08:43 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 15 Apr 1997 08:43:04 +0000 (08:43 +0000)
sys/arch/i386/i386/rd_root.c

index 9e14707..85674af 100644 (file)
@@ -61,7 +61,7 @@ rd_attach_hook(unit, rd)
                rd->rd_addr = (caddr_t) rd_root_image;
                rd->rd_size = (size_t)  rd_root_size;
                rd->rd_type = RD_KMEM_FIXED;
-               printf(" fixed, %d blocks", MINIROOTSIZE);
+               printf("rd%d: fixed, %d blocks", unit, MINIROOTSIZE);
        }
 }