mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
activation: fix typo in 'activation skip' message
This commit is contained in:
parent
100342605c
commit
b6fe906956
@ -5887,7 +5887,7 @@ int lv_activation_skip(struct logical_volume *lv, activation_change_t activate,
|
||||
override_lv_skip_flag)
|
||||
return 0;
|
||||
|
||||
log_verbose("ACTIVATON_SKIP flag set for LV %s/%s, skipping activation.",
|
||||
log_verbose("ACTIVATION_SKIP flag set for LV %s/%s, skipping activation.",
|
||||
lv->vg->name, lv->name);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user