]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
debug -> DBG
authorMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 19:55:11 +0000 (19:55 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 19:55:11 +0000 (19:55 +0000)
proto/rip/rip.c

index 91a21198bd98bcabfcb213f50e0b65e63aa0f80c..636e7c2f3d0ecfe3f87ffb56e52777e30273ab3c 100644 (file)
@@ -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;