summaryrefslogtreecommitdiff
path: root/tools/lvmcmdline.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-06-30 16:43:09 +0000
committerAlasdair Kergon <agk@redhat.com>2010-06-30 16:43:09 +0000
commitd67c40f9e8edccf667671bf79a6eeb4d0a04ac3f (patch)
treea626d23e2218ca237219d1d9b8306ec12dd4d313 /tools/lvmcmdline.c
parentefe75fd705327492f954454e1702d532214e85e6 (diff)
downloadlvm2-d67c40f9e8edccf667671bf79a6eeb4d0a04ac3f.tar.gz
Update partial mode warning message.
Diffstat (limited to 'tools/lvmcmdline.c')
-rw-r--r--tools/lvmcmdline.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
index 4652888d2..9cc65efb5 100644
--- a/tools/lvmcmdline.c
+++ b/tools/lvmcmdline.c
@@ -817,8 +817,7 @@ static int _get_settings(struct cmd_context *cmd)
if (arg_count(cmd, partial_ARG)) {
cmd->partial_activation = 1;
- log_print("Partial mode. Incomplete volume groups will "
- "be activated read-only.");
+ log_print("Partial mode. Incomplete logical volumes will be processed.");
}
if (arg_count(cmd, ignorelockingfailure_ARG) || arg_count(cmd, sysinit_ARG))