From f49178b1a5c510f0cda2c5b93b7ceaf421d3d042 Mon Sep 17 00:00:00 2001 From: job Date: Wed, 4 Jan 2023 16:51:34 +0000 Subject: [PATCH] Print RRDP serial + ID if nothing changed OK tb@ --- usr.sbin/rpki-client/rrdp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/rrdp.c b/usr.sbin/rpki-client/rrdp.c index 2ec9ebff1fc..e5fe791867c 100644 --- a/usr.sbin/rpki-client/rrdp.c +++ b/usr.sbin/rpki-client/rrdp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rrdp.c,v 1.28 2023/01/03 18:19:12 job Exp $ */ +/* $OpenBSD: rrdp.c,v 1.29 2023/01/04 16:51:34 job Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2021 Claudio Jeker @@ -366,7 +366,8 @@ rrdp_finished(struct rrdp *s) break; } } else if (s->res == HTTP_NOT_MOD && s->task == NOTIFICATION) { - logx("%s: notification file not modified", s->local); + logx("%s: notification file not modified (%s#%lld)", s->local, + s->repository.session_id, s->repository.serial); /* no need to update state file */ rrdp_free(s); rrdp_done(id, 1); -- 2.20.1