mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Use 'active' for !suspended as the code already uses that.
This commit is contained in:
parent
82bacfc3b2
commit
14004cf20c
@ -1678,7 +1678,7 @@ static int _dm_info_suspended_disp(struct dm_report *rh,
|
|||||||
if (info->suspended)
|
if (info->suspended)
|
||||||
dm_report_field_set_value(field, "Suspended", NULL);
|
dm_report_field_set_value(field, "Suspended", NULL);
|
||||||
else
|
else
|
||||||
dm_report_field_set_value(field, "", NULL);
|
dm_report_field_set_value(field, "Active", NULL);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user