summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-report.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-01-07 14:32:44 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-01-07 14:32:44 +0000
commit876835f2f19739c4998b91f35b0d8cd4d5640342 (patch)
treeb2d4ace504b86182581b04c0a50676e205eae0d0 /libdm/libdm-report.c
parent2c352d7b1ec7af0ecccda653085c5ad16a2179f8 (diff)
downloadlvm2-876835f2f19739c4998b91f35b0d8cd4d5640342.tar.gz
lvm2-876835f2f19739c4998b91f35b0d8cd4d5640342.tar.xz
lvm2-876835f2f19739c4998b91f35b0d8cd4d5640342.zip
Error message prints unrecognized key.
Diffstat (limited to 'libdm/libdm-report.c')
-rw-r--r--libdm/libdm-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index 99256148..188db8ee 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -550,7 +550,7 @@ static int _parse_keys(struct dm_report *rh, const char *keys,
while (*we && *we != ',')
we++;
if (!_key_match(rh, ws, (size_t) (we - ws), report_type_only)) {
- log_error("dm_report: Unrecognised field: %.*s",
+ log_error("dm_report: Unrecognised key: %.*s",
(int) (we - ws), ws);
return 0;
}