Re: [PATCH] Prefix with "ERROR:" the error messages of mkfs

2013-11-15 Thread David Sterba
On Fri, Nov 15, 2013 at 11:29:36AM +0100, Goffredo Baroncelli wrote: > Add the ERROR prefix to the error messages of mkfs, to align it > to the btrfs main utility style. > > The patch increase the buffer size of test_dev_for_mkfs() and > test_num_disk_vs_raid() for the error message from 100 to 15

[PATCH] Prefix with "ERROR:" the error messages of mkfs

2013-11-15 Thread Goffredo Baroncelli
Add the ERROR prefix to the error messages of mkfs, to align it to the btrfs main utility style. The patch increase the buffer size of test_dev_for_mkfs() and test_num_disk_vs_raid() for the error message from 100 to 150 because the former become too small. Signed-off-by: Goffredo Baroncelli --