1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

lvconvert: typo in message

This commit is contained in:
Heinz Mauelshagen 2017-04-13 22:19:29 +02:00
parent 0ea9a15612
commit 15c3ad9641

View File

@ -2985,7 +2985,7 @@ static int _lv_raid_change_image_count(struct logical_volume *lv, int yes, uint3
uint32_t old_count = lv_raid_image_count(lv);
if (old_count == new_count) {
log_warn("WARGNING: %s already has image count of %d.",
log_warn("WARNING: %s already has image count of %d.",
display_lvname(lv), new_count);
return 1;
}