]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: correct the grammar of an error message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 16 Mar 2016 08:55:52 +0000 (09:55 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2016 09:39:37 +0000 (10:39 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
misc-utils/logger.c

index 1ef12cdd8d147680d6c5d08c07a2f7d359095163..b7b08eb84182565c9bee04cc7cd3133948751cc4 100644 (file)
@@ -572,7 +572,7 @@ static void add_structured_data_param(struct list_head *ls, const char *param)
        struct structured_data *sd;
 
        if (list_empty(ls))
-               errx(EXIT_FAILURE, _("--sd-id no specified for --sd-param %s"), param);
+               errx(EXIT_FAILURE, _("--sd-id was not specified for --sd-param %s"), param);
 
        assert(param);