Replace a few more bb_info_msg's by bb_error_msg or printf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
76b680c7a8
commit
066e76befe
8 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue