1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Reinstate accidentally-deleted line.

This commit is contained in:
Alasdair Kergon 2012-03-03 17:03:20 +00:00
parent 37160ef249
commit 113f2a0113

View File

@ -152,6 +152,7 @@ int pvscan(struct cmd_context *cmd, int argc, char **argv)
return EINVALID_CMD_LINE;
}
if (arg_count(cmd, exported_ARG) || arg_count(cmd, novolumegroup_ARG))
log_warn("WARNING: only considering physical volumes %s",
arg_count(cmd, exported_ARG) ?
"of exported volume group(s)" : "in no volume group");