mkfs_vfat: use bb_error_msg for logging, not bb_info_msg
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Mar 2016 14:23:10 +0000 (16:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Mar 2016 14:23:10 +0000 (16:23 +0200)
commit3b757f07982b38b7a550c10ca37c9d173d450cac
tree08f4103155252b9987b6ec7680cb646e692718c1
parentcde1199e01aa14f1777f97cdcb7d0de2d00add80
mkfs_vfat: use bb_error_msg for logging, not bb_info_msg

This affects only a commented-out code section which searches for bad blocks

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mkfs_vfat.c