From 066e76befe5d39fc3451846af94cbba96747186c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 30 Mar 2016 16:20:28 +0200 Subject: Replace a few more bb_info_msg's by bb_error_msg or printf Signed-off-by: Denys Vlasenko --- util-linux/mkfs_ext2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index 749f42068..f91a0b4bf 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c @@ -151,7 +151,7 @@ static uint32_t has_super(uint32_t x) static void PUT(uint64_t off, void *buf, uint32_t size) { -// bb_info_msg("PUT[%llu]:[%u]", off, size); + //bb_error_msg("PUT[%llu]:[%u]", off, size); xlseek(fd, off, SEEK_SET); xwrite(fd, buf, size); } -- cgit v1.2.3