artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c0954
)
Tabs on empty line
author
claudio
<claudio@openbsd.org>
Mon, 20 May 2024 10:00:00 +0000
(10:00 +0000)
committer
claudio
<claudio@openbsd.org>
Mon, 20 May 2024 10:00:00 +0000
(10:00 +0000)
usr.sbin/bgpd/logmsg.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/logmsg.c
b/usr.sbin/bgpd/logmsg.c
index
91b3eb7
..
e16c05b
100644
(file)
--- a/
usr.sbin/bgpd/logmsg.c
+++ b/
usr.sbin/bgpd/logmsg.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: logmsg.c,v 1.1
3 2024/03/22 15:41:34
claudio Exp $ */
+/* $OpenBSD: logmsg.c,v 1.1
4 2024/05/20 10:00:00
claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-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));