X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fcbfstool%2Fcommon.c;fp=util%2Fcbfstool%2Fcommon.c;h=cbf0757aaab152ba045394fd583b45d75df868ea;hb=441426b486f695b462731d1026c07fb15406dc68;hp=0fb02004d4fdede7551b7644e5c05fef1c265920;hpb=b347e0d8011883ac91683978a96eab28103af200;p=coreboot.git diff --git a/util/cbfstool/common.c b/util/cbfstool/common.c index 0fb02004d..cbf0757aa 100644 --- a/util/cbfstool/common.c +++ b/util/cbfstool/common.c @@ -241,7 +241,7 @@ int extract_file_from_cbfs(const char *filename, const char *payloadname, const } // Else, it's our file. - printf("Found %.30s payload at 0x%x, type %.12s, size %d\n", fname, + printf("Found file %.30s at 0x%x, type %.12s, size %d\n", fname, current - phys_start, strfiletype(ntohl(thisfile->type)), length); @@ -262,7 +262,7 @@ int extract_file_from_cbfs(const char *filename, const char *payloadname, const + ntohl(thisfile->offset), length, 1, outfile); fclose(outfile); - printf("Successfully dumped the payload.\n"); + printf("Successfully dumped the file.\n"); // We'll only dump one file. return 0;