summaryrefslogtreecommitdiff
path: root/tools/vgscan.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-01-28 11:22:42 -0600
committerDavid Teigland <teigland@redhat.com>2019-01-28 11:22:42 -0600
commit30ad845f3d140f6778775ae5fe901b5d7e4988bc (patch)
treed0a86fa972bf0f3444536c48e1ba273c9169ac29 /tools/vgscan.c
parent2a45ef030060a28fa152f6245828a97df04c195c (diff)
downloadlvm2-30ad845f3d140f6778775ae5fe901b5d7e4988bc.tar.gz
vgscan: drop 'take a while' message
every command does this
Diffstat (limited to 'tools/vgscan.c')
-rw-r--r--tools/vgscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/vgscan.c b/tools/vgscan.c
index 470e3d85f..61388551f 100644
--- a/tools/vgscan.c
+++ b/tools/vgscan.c
@@ -57,8 +57,6 @@ int vgscan(struct cmd_context *cmd, int argc, char **argv)
return ECMD_PROCESSED;
}
- log_print_unless_silent("Reading all physical volumes. This may take a while...");
-
maxret = process_each_vg(cmd, argc, argv, NULL, NULL, 0, 0, NULL, &_vgscan_single);
if (arg_is_set(cmd, mknodes_ARG)) {