summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-04 21:55:11 +0200
committerMartin Mares <mj@ucw.cz>2000-06-04 21:55:11 +0200
commit201187c55837587d8f88775cd957d9c8e423c254 (patch)
treec204564a9b63a5f30bf04b7d4a07b1d015f5f7c5 /proto/rip
parentbf3eb98eb829adc8bee4a210cfcefe29ba0524a1 (diff)
downloadbird-201187c55837587d8f88775cd957d9c8e423c254.tar
bird-201187c55837587d8f88775cd957d9c8e423c254.zip
debug -> DBG
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/rip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 91a2119..636e7c2 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -324,7 +324,7 @@ process_block( struct proto *p, struct rip_block *block, ip_addr whotoldme )
if ((!metric) || (metric > P_CF->infinity)) {
#ifdef IPV6 /* Someone is sedning us nexthop and we are ignoring it */
if (metric == 0xff)
- { debug( "IpV6 nexthop ignored" ); return; }
+ { DBG( "IpV6 nexthop ignored" ); return; }
#endif
log( L_WARN "%s: Got metric %d from %I", P_NAME, metric, whotoldme );
return;