From: tb Date: Thu, 1 Feb 2024 09:50:15 +0000 (+0000) Subject: proc_parser_mft_pre: tweak a warning message X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0db7395fe92f40ab745d1c189b91fe919c319bc2;p=openbsd proc_parser_mft_pre: tweak a warning message discussed with job --- diff --git a/usr.sbin/rpki-client/parser.c b/usr.sbin/rpki-client/parser.c index 36924cdc649..0ee6b97a2f6 100644 --- a/usr.sbin/rpki-client/parser.c +++ b/usr.sbin/rpki-client/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.113 2024/01/31 06:57:21 tb Exp $ */ +/* $OpenBSD: parser.c,v 1.114 2024/02/01 09:50:15 tb Exp $ */ /* * Copyright (c) 2019 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -327,7 +327,7 @@ proc_parser_mft_pre(struct entity *entp, enum location loc, char **file, goto err; } if (issued_cmp > 0 && seqnum_cmp == 0) { - warnx("%s#%s: reissued manifest at %lld and %lld with same " + warnx("%s#%s: manifest issued at %lld and %lld with same " "sequence number", *file, cached_mft->seqnum, (long long)mft->thisupdate, (long long)cached_mft->thisupdate);