]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Small typo.
authorOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:26:11 +0000 (22:26 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:26:11 +0000 (22:26 +0000)
proto/ospf/dbdes.c

index 49841d3c0878c01d4ce6c56328d89868a29fe396..ca33124bbad529bd5030cddb2cef65c88235e55e 100644 (file)
@@ -128,7 +128,7 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
       }
 
       sk_send_to(ifa->ip_sk,length, n->ip, OSPF_PROTO);
-      debug("%s: DB_DES sent to %I.\n", p->name, n->rid);
+      DBG("%s: DB_DES sent to %I.\n", p->name, n->rid);
       if(n->myimms.bit.ms) tm_start(n->rxmt_timer,ifa->rxmtint);
       else
       {
@@ -271,7 +271,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
           }
          else
           {
-            debug("%s: Nothing happend to %I (imms=%u)", p->name, nrid,
+            debug("%s: Nothing happend to %I (imms=%u)\n", p->name, nrid,
               ps->imms.byte);
             break;
           }