From: job Date: Wed, 4 Jan 2023 16:51:34 +0000 (+0000) Subject: Print RRDP serial + ID if nothing changed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f49178b1a5c510f0cda2c5b93b7ceaf421d3d042;p=openbsd Print RRDP serial + ID if nothing changed OK tb@ --- 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);