X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fpartition.c;h=39f23ca1083e108384b187bc8d87435e7af4b844;hp=aa04c8696d197c4edc535789aebf22dd8ca3da69;hb=8d5a42062f8b88eaea91434e53973ce9f55589d9;hpb=67d317029778e6f068badf7b8e3eec6482ecb00e diff --git a/second/partition.c b/second/partition.c index aa04c86..39f23ca 100644 --- a/second/partition.c +++ b/second/partition.c @@ -223,7 +223,7 @@ partitions_lookup(const char *device) if (prom_blksize <= 1) prom_blksize = 512; if (prom_blksize > MAX_BLOCK_SIZE) { - prom_printf("block_size %d not supported !\n"); + prom_printf("block_size %d not supported !\n", prom_blksize); goto bail; } @@ -246,7 +246,7 @@ partitions_lookup(const char *device) prom_blksize); prom_printf("ISO9660 disk\n"); } else { - prom_printf("Not a macintosh-formatted disk !\n"); + prom_printf("No supported partition table detected\n"); goto bail; }