mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: add dot to lvchange message
This commit is contained in:
parent
da9263905c
commit
d46588c2d7
@ -1054,7 +1054,7 @@ static int lvchange_single(struct cmd_context *cmd, struct logical_volume *lv,
|
||||
}
|
||||
|
||||
if (doit)
|
||||
log_print_unless_silent("Logical volume \"%s\" changed", lv->name);
|
||||
log_print_unless_silent("Logical volume \"%s\" changed.", lv->name);
|
||||
|
||||
if (arg_count(cmd, resync_ARG))
|
||||
if (!lvchange_resync(cmd, lv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user