From 099d99975c25ba4f4c0593b778c95e7e185fd527 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 15 Feb 2016 15:20:23 +0100 Subject: [PATCH] cleanup: make the message about marked PVs consistent with the others --- tools/toollib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.5