Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- misc-utils/logger.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc-utils/logger.c b/misc-utils/logger.c index 1ef12cd..b7b08eb 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); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html