]> sourceware.org Git - lvm2.git/commitdiff
locking: clarify read-only locking error message v2
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 25 Jul 2012 12:37:22 +0000 (14:37 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 25 Jul 2012 12:37:22 +0000 (14:37 +0200)
lib/locking/no_locking.c

index 76d8f1f7ab10e61c59c0b1a2a3fd62c76a1926b0..53a59480f87efd7a21be01f77b64e5684e10de6f 100644 (file)
@@ -74,7 +74,7 @@ static int _readonly_lock_resource(struct cmd_context *cmd,
            (flags & LCK_SCOPE_MASK) == LCK_VG &&
            !(flags & LCK_CACHE) &&
            strcmp(resource, VG_GLOBAL)) {
-               log_error("Read-only locking configured via global/locking_type setting. "
+               log_error("Read-only locking type set. "
                          "Write locks are prohibited.");
                return 0;
        }
This page took 0.030477 seconds and 5 git commands to generate.