[lvm-devel] LVM2/libdm libdm-report.c

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Jan 7 14:32:44 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2010-01-07 14:32:44

Modified files:
	libdm          : libdm-report.c 

Log message:
	Error message prints unrecognized key.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-report.c.diff?cvsroot=lvm2&r1=1.31&r2=1.32

--- LVM2/libdm/libdm-report.c	2010/01/07 14:30:47	1.31
+++ LVM2/libdm/libdm-report.c	2010/01/07 14:32:44	1.32
@@ -550,7 +550,7 @@
 		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;
 		}




More information about the lvm-devel mailing list