summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-02-15 15:20:23 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-02-15 15:20:23 +0100
commit099d99975c25ba4f4c0593b778c95e7e185fd527 (patch)
treec059c783d161e4bfc508686df1430a52a7bb016c
parentcc9e683adcb6c56332d708baf02dec63eba4fba9 (diff)
downloadlvm2-099d99975c25ba4f4c0593b778c95e7e185fd527.tar.gz
cleanup: make the message about marked PVs consistent with the others
-rw-r--r--tools/toollib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/toollib.c b/tools/toollib.c
index 1bdc1133a..22c38a171 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -3068,7 +3068,7 @@ static int _process_pvs_in_vg(struct cmd_context *cmd,
pv_name = pv_dev_name(pv);
if (cmd->system_id && is_orphan(pv) && is_used_pv(pv)) {
- log_verbose("PV %s is belonging to a VG but its metadata is missing.", pv_name);
+ log_verbose("PV %s is marked as belonging to a VG but its metadata is missing.", pv_name);
log_verbose("Skipping PV %s because it's not possible to decide whether it matches system id.", pv_name);
continue;
}