add missing mtd output message
SVN-Revision: 3199
This commit is contained in:
parent
92a4d694d9
commit
51c6515896
1 changed files with 2 additions and 0 deletions
|
@ -449,6 +449,8 @@ int main (int argc, char **argv)
|
||||||
case CMD_UNLOCK:
|
case CMD_UNLOCK:
|
||||||
break;
|
break;
|
||||||
case CMD_ERASE:
|
case CMD_ERASE:
|
||||||
|
if (!quiet)
|
||||||
|
fprintf(stderr, "Erasing %s ...\n", erase[i]);
|
||||||
mtd_erase(device);
|
mtd_erase(device);
|
||||||
break;
|
break;
|
||||||
case CMD_WRITE:
|
case CMD_WRITE:
|
||||||
|
|
Loading…
Reference in a new issue