[lvm-devel] [PATCH 2/3] Report unrecognised key instead of field

Zdenek Kabelac zkabelac at redhat.com
Fri Dec 11 16:13:04 UTC 2009


Signed-off-by: Zdenek Kabelac <zkabelac at redhat.com>
---
 libdm/libdm-report.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index 339213e..ecd3717 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -549,7 +549,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;
 		}
-- 
1.6.5.3




More information about the lvm-devel mailing list