From: Ian Jackson Date: Sat, 16 Nov 2019 21:18:47 +0000 (+0000) Subject: site: Remove a spurious \n in a message X-Git-Tag: v0.6.0~134 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=ffbf811dd1b9e7f390ac2fa497e15764a87694ff 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 --- 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; }