summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2019-02-12 09:00:22 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2019-02-12 09:00:22 +0000
commit5934cdd82bb8e89248664ecd49c527747a4dbd41 (patch)
tree146a8f0ce76cd5aed5a520059b162be99d64d0b3 /usr.sbin
parent40fca0500bba5281e021a5a5cc1c46f3172fcbcf (diff)
Remove log_debug which is no longer needed
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c
index beddb34b4b1..214f22e5f7b 100644
--- a/usr.sbin/bgpd/config.c
+++ b/usr.sbin/bgpd/config.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.c,v 1.80 2019/02/11 15:44:25 claudio Exp $ */
+/* $OpenBSD: config.c,v 1.81 2019/02/12 09:00:21 claudio Exp $ */
/*
* Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org>
@@ -503,8 +503,6 @@ get_mpe_config(const char *name, u_int *rdomain, u_int *label)
*rdomain = ifr.ifr_rdomainid;
*label = shim.shim_label;
- log_debug("%s: rdomain %u label %u", __func__, *rdomain, *label);
-
return (0);
}