From 6cc0667d9b2b17fb4058cc30c49db5aa53eb7605 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 13 Nov 2020 09:26:26 +0100 Subject: Tweak a few "Parameter 'NAME' expects THING" error message Change to "expects a THING" where that's an obvious improvement Signed-off-by: Markus Armbruster Message-Id: <20201113082626.2725812-11-armbru@redhat.com> --- block/quorum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block') diff --git a/block/quorum.c b/block/quorum.c index b10fc2089e..4b08a199b7 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -856,7 +856,7 @@ static int quorum_valid_threshold(int threshold, int num_children, Error **errp) if (threshold < 1) { error_setg(errp, QERR_INVALID_PARAMETER_VALUE, - "vote-threshold", "value >= 1"); + "vote-threshold", "a value >= 1"); return -ERANGE; } -- cgit v1.2.3-55-g7522