summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-16 09:55:52 +0100
committerKarel Zak2016-03-16 10:39:37 +0100
commit426cdc0ac0f210b7e59f339f065d2dfe0935a223 (patch)
treed4f4c2f994a005e8470f7a8d598f96d59fecd212 /misc-utils/logger.c
parentlibfdisk: (gpt) reword two error messages with a sense of direction (diff)
downloadkernel-qcow2-util-linux-426cdc0ac0f210b7e59f339f065d2dfe0935a223.tar.gz
kernel-qcow2-util-linux-426cdc0ac0f210b7e59f339f065d2dfe0935a223.tar.xz
kernel-qcow2-util-linux-426cdc0ac0f210b7e59f339f065d2dfe0935a223.zip
logger: correct the grammar of an error message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/logger.c')
-rw-r--r--misc-utils/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index 1ef12cdd8..b7b08eb84 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -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);