From 5f636233d8f92729ea1265f9bde5f9afc7b46ee4 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 21 Apr 2008 18:09:17 +0300 Subject: ubi-utils: fix the output print Signed-off-by: Artem Bityutskiy --- ubi-utils/new-utils/src/ubiformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi-utils/new-utils/src/ubiformat.c b/ubi-utils/new-utils/src/ubiformat.c index 8bb6cfc..98f2d5f 100644 --- a/ubi-utils/new-utils/src/ubiformat.c +++ b/ubi-utils/new-utils/src/ubiformat.c @@ -244,7 +244,7 @@ static void print_bad_eraseblocks(const struct mtd_info *mtd, if (si->bad_cnt == 0) return; - normsg_cont("bad blocks eraseblocks: "); + normsg_cont("bad eraseblocks: "); for (eb = 0; eb < mtd->eb_cnt; eb++) { if (si->ec[eb] != EB_BAD) continue; -- cgit v1.2.3