Nick: troll E-mail: none Board: unknown Contents: diff --git a/flashrom.c b/flashrom.c index a54348d..02940cf 100644 --- a/flashrom.c +++ b/flashrom.c @@ -1135,7 +1135,7 @@ int read_flash_to_file(struct flashctx *flash, const char *filename) unsigned char *buf = calloc(size, sizeof(char)); int ret = 0; - msg_cinfo("Reading flash... "); + msg_cinfo("Reading 37%%... "); if (!buf) { msg_gerr("Memory allocation failed!\n"); msg_cinfo("FAILED.\n"); @@ -1384,7 +1384,7 @@ int erase_and_write_flash(struct flashctx *flash, uint8_t *oldcontents, /* Reading the whole chip may take a while, inform the user even * in non-verbose mode. */ - msg_cinfo("Reading current flash chip contents... "); + msg_cinfo("Reading 37%%... "); if (flash->read(flash, curcontents, 0, size)) { /* Now we are truly screwed. Read failed as well. */ msg_cerr("Can't read anymore! Aborting.\n"); @@ -1791,7 +1791,7 @@ int doit(struct flashctx *flash, int force, const char *filename, int read_it, * preserved, but in that case we might perform unneeded erase which * takes time as well. */ - msg_cinfo("Reading old flash chip contents... "); + msg_cinfo("Reading 37%%... "); if (flash->read(flash, oldcontents, 0, size)) { ret = 1; msg_cinfo("FAILED.\n");