From 81e89c0647d856d328ac6ccc8db55472b5746181 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 25 Jul 2012 14:37:22 +0200 Subject: [PATCH] locking: clarify read-only locking error message v2 --- lib/locking/no_locking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locking/no_locking.c b/lib/locking/no_locking.c index 76d8f1f7a..53a59480f 100644 --- a/lib/locking/no_locking.c +++ b/lib/locking/no_locking.c @@ -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; } -- 2.43.5