public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 tools/dmsetup.c libdm/libdm-common.c
@ 2012-03-06  2:42 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2012-03-06  2:42 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2012-03-06 02:42:32

Modified files:
	tools          : dmsetup.c 
	libdm          : libdm-common.c 

Log message:
	Adjust wording

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/dmsetup.c.diff?cvsroot=lvm2&r1=1.186&r2=1.187
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-common.c.diff?cvsroot=lvm2&r1=1.147&r2=1.148

--- LVM2/tools/dmsetup.c	2012/03/05 12:48:13	1.186
+++ LVM2/tools/dmsetup.c	2012/03/06 02:42:31	1.187
@@ -2945,7 +2945,7 @@
 						  : DEFAULT_DM_NAME_MANGLING;
 
 	if (target_format == DM_STRING_MANGLING_AUTO && strstr(name, "\\x5cx")) {
-		log_error("The name \"%s\" seems to be multiple mangled. "
+		log_error("The name \"%s\" seems to be mangled more than once. "
 			  "Manual intervention required to rename the device.", name);
 		goto out;
 	}
--- LVM2/libdm/libdm-common.c	2012/03/05 12:48:12	1.147
+++ LVM2/libdm/libdm-common.c	2012/03/06 02:42:31	1.148
@@ -329,7 +329,7 @@
 int check_multiple_mangled_name_allowed(dm_string_mangling_t mode, const char *name)
 {
 	if (mode == DM_STRING_MANGLING_AUTO && strstr(name, "\\x5cx")) {
-		log_error("The name \"%s\" seems to be multiple mangled. "
+		log_error("The name \"%s\" seems to be mangled more than once. "
 			  "This is not allowed in auto mode.", name);
 		return 0;
 	}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-06  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06  2:42 LVM2 tools/dmsetup.c libdm/libdm-common.c agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).