]> git.ozlabs.org Git - yaboot.git/blobdiff - second/partition.c
Commit yaboot 1.3.4-pre1
[yaboot.git] / second / partition.c
index aa04c8696d197c4edc535789aebf22dd8ca3da69..39f23ca1083e108384b187bc8d87435e7af4b844 100644 (file)
@@ -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;
        }