summaryrefslogtreecommitdiff
path: root/tools/vgimport.c
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2013-07-24 22:10:37 +0100
committerAlasdair G Kergon <agk@redhat.com>2013-07-24 22:10:37 +0100
commitd13e87b9efb07f6e40d9fb44b72387231d493fa2 (patch)
tree17eb6d435c77325ee9ef60a17707518133e30a12 /tools/vgimport.c
parent97df05ce107ae2bed9ef02cfcdcdde39bd2100d4 (diff)
downloadlvm2-d13e87b9efb07f6e40d9fb44b72387231d493fa2.tar.gz
cleanup: comments and a message
Diffstat (limited to 'tools/vgimport.c')
-rw-r--r--tools/vgimport.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/vgimport.c b/tools/vgimport.c
index 20cae6c2b..3a0798a7e 100644
--- a/tools/vgimport.c
+++ b/tools/vgimport.c
@@ -80,8 +80,7 @@ int vgimport(struct cmd_context *cmd, int argc, char **argv)
* where the user simply forgot to move one or more disks in
* the VG before running 'vgimport'.
*/
- log_print("'--force' supplied. Volume groups with missing PVs"
- " will be imported.");
+ log_warn("WARNING: Volume groups with missing PVs will be imported with --force.");
cmd->handles_missing_pvs = 1;
}