proc_parser_mft_pre: tweak a warning message
authortb <tb@openbsd.org>
Thu, 1 Feb 2024 09:50:15 +0000 (09:50 +0000)
committertb <tb@openbsd.org>
Thu, 1 Feb 2024 09:50:15 +0000 (09:50 +0000)
discussed with job

usr.sbin/rpki-client/parser.c

index 36924cd..0ee6b97 100644 (file)
@@ -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 <claudio@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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);