summaryrefslogtreecommitdiff
path: root/tools/pvmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pvmove.c')
-rw-r--r--tools/pvmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvmove.c b/tools/pvmove.c
index 70fba9912..202c87c47 100644
--- a/tools/pvmove.c
+++ b/tools/pvmove.c
@@ -728,7 +728,7 @@ static int _read_poll_id_from_pvname(struct cmd_context *cmd, const char *pv_nam
}
if (!(lv = find_pvmove_lv(vg, pv_dev(pv), PVMOVE))) {
- log_print_unless_silent("%s: no pvmove in progress - already finished or aborted.",
+ log_print_unless_silent("%s: No pvmove in progress - already finished or aborted.",
pv_name);
ret = 1;
*in_progress = 0;