]> sourceware.org Git - lvm2.git/commitdiff
Adjust wording
authorAlasdair Kergon <agk@redhat.com>
Tue, 6 Mar 2012 02:42:31 +0000 (02:42 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 6 Mar 2012 02:42:31 +0000 (02:42 +0000)
libdm/libdm-common.c
tools/dmsetup.c

index 15a6316e5548ae20a932ad0cfbc650bc6c3a1091..fd775ca3aa8da7f0f56cddf2c9a28d66635f380c 100644 (file)
@@ -329,7 +329,7 @@ static int _is_whitelisted_char(char c)
 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;
        }
index d07ebc03df9398042a9aa94bad63dcf425865cdf..d29370637ba6bd211492424e7aaf1e698a9a1c86 100644 (file)
@@ -2945,7 +2945,7 @@ static int _mangle(CMD_ARGS)
                                                  : 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;
        }
This page took 0.040952 seconds and 5 git commands to generate.