Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/mkfs_vfat.c

    r3232 r3621  
    579579        start_data_block = (start_data_sector + SECTORS_PER_BLOCK - 1) / SECTORS_PER_BLOCK;
    580580
    581         bb_info_msg("searching for bad blocks ");
     581        bb_error_msg("searching for bad blocks");
    582582        currently_testing = 0;
    583583        try = TEST_BUFFER_BLOCKS;
     
    617617        free(blkbuf);
    618618        if (badblocks)
    619             bb_info_msg("%d bad block(s)", badblocks);
     619            bb_error_msg("%d bad block(s)", badblocks);
    620620    }
    621621#endif
Note: See TracChangeset for help on using the changeset viewer.