From ffbf811dd1b9e7f390ac2fa497e15764a87694ff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 16 Nov 2019 21:18:47 +0000 Subject: [PATCH] site: Remove a spurious \n in a message Once again. I really oughtn't to have done this, but there is much code in secnet which sets a bad example. Signed-off-by: Ian Jackson --- site.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.c b/site.c index b32828b..3ce60fe 100644 --- a/site.c +++ b/site.c @@ -1067,7 +1067,7 @@ static void peerkeys_check_for_update(struct site *st) int r=rename(inputp,oursp); if (r) { - slog(st,LOG_ERROR,"failed to claim key update file %s as %s: %s\n", + slog(st,LOG_ERROR,"failed to claim key update file %s as %s: %s", inputp,oursp,strerror(errno)); return; } -- 2.30.2