summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index 162faaed..96c47a54 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -149,7 +149,8 @@ static int pvcreate_single(struct cmd_context *cmd, const char *pv_name,
DEFAULT_PVMETADATACOPIES);
if (!(dev = dev_cache_get(pv_name, cmd->filter))) {
- log_error("%s: Couldn't find device.", pv_name);
+ log_error("%s: Couldn't find device. Check your filters?",
+ pv_name);
goto error;
}