From 7c1e6011644abd00dac7f71baf330f69bd076381 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 4 May 2016 12:11:13 -0500 Subject: [PATCH] pvcreate: improve debug message state what the printed UUID is. --- tools/toollib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/toollib.c b/tools/toollib.c index c86900a99..f1fe5b19c 100644 --- a/tools/toollib.c +++ b/tools/toollib.c @@ -3818,8 +3818,8 @@ static int _pvcreate_check_single(struct cmd_context *cmd, if (!found) return 1; - log_debug("Checking device %s for pvcreate %.32s.", - pv_dev_name(pv), pv->dev->pvid[0] ? pv->dev->pvid : ""); + log_debug("Checking pvcreate arg %s which has existing PVID: %.32s.", + pv_dev_name(pv), pv->dev->pvid[0] ? pv->dev->pvid : ""); /* * This test will fail if the device belongs to an MD array.