summaryrefslogtreecommitdiffstats
path: root/tools/vgreduce.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vgreduce.c')
-rw-r--r--tools/vgreduce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vgreduce.c b/tools/vgreduce.c
index eb11e6b7..3adafb2a 100644
--- a/tools/vgreduce.c
+++ b/tools/vgreduce.c
@@ -60,8 +60,8 @@ static int _consolidate_vg(struct cmd_context *cmd, struct volume_group *vg)
if (!r) {
cmd->handles_missing_pvs = 1;
- log_warn("WARNING: There are still partial LVs in VG %s.", vg->name);
- log_warn("To remove them unconditionally use: vgreduce --removemissing --force.");
+ log_error("There are still partial LVs in VG %s.", vg->name);
+ log_error("To remove them unconditionally use: vgreduce --removemissing --force.");
log_warn("Proceeding to remove empty missing PVs.");
}