]> sourceware.org Git - lvm2.git/commitdiff
cleanup: make the message about marked PVs consistent with the others
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 15 Feb 2016 14:20:23 +0000 (15:20 +0100)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 15 Feb 2016 14:20:23 +0000 (15:20 +0100)
tools/toollib.c

index 1bdc1133a8599506b1be7e7a87fabbb9005dfac6..22c38a1719e753cd3bc81dcd0dcc7c0582617b49 100644 (file)
@@ -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;
                }
This page took 0.044825 seconds and 5 git commands to generate.