summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-12-08 17:49:34 +0000
committerAlasdair Kergon <agk@redhat.com>2005-12-08 17:49:34 +0000
commite64934773b7da51fe1b313cd3f20ad49339758a6 (patch)
tree0af9372347206cc7c5d4d4f2ae9c0ac76b07de6e /tools/pvcreate.c
parent3c588200feac3b5579524ddda3ea87ecbb66d031 (diff)
downloadlvm2-e64934773b7da51fe1b313cd3f20ad49339758a6.tar.gz
lvm2-e64934773b7da51fe1b313cd3f20ad49339758a6.tar.xz
lvm2-e64934773b7da51fe1b313cd3f20ad49339758a6.zip
Fix lvscan snapshot full display.
dmeventd fixes
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index 75995dd3..9fd75719 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -78,7 +78,7 @@ static int pvcreate_check(struct cmd_context *cmd, const char *name)
}
if (!dev) {
- log_error("Device %s not found.", name);
+ log_error("Device %s not found (or ignored by filtering).", name);
return 0;
}