From: claudio Date: Mon, 20 May 2024 10:00:00 +0000 (+0000) Subject: Tabs on empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9db223a96eba0880e7fcc87a3b1797a32a733584;p=openbsd Tabs on empty line --- diff --git a/usr.sbin/bgpd/logmsg.c b/usr.sbin/bgpd/logmsg.c index 91b3eb71d96..e16c05b8d9f 100644 --- a/usr.sbin/bgpd/logmsg.c +++ b/usr.sbin/bgpd/logmsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: logmsg.c,v 1.13 2024/03/22 15:41:34 claudio Exp $ */ +/* $OpenBSD: logmsg.c,v 1.14 2024/05/20 10:00:00 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -165,7 +165,7 @@ log_notification(const struct peer *peer, uint8_t errcode, uint8_t subcode, if (ibuf_get_n8(&ibuf, &capa_code) == -1) break; - + logit(LOG_ERR, "%s: %s notification: %s, %s: %s", p, dir, errnames[errcode], suberrname, log_capability(capa_code));