]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Small bugfix in tracing.
authorOndrej Filip <feela@network.cz>
Tue, 15 Mar 2005 23:42:41 +0000 (23:42 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 15 Mar 2005 23:42:41 +0000 (23:42 +0000)
proto/ospf/packet.c

index eba4bc22f4d600c234a0ab384e27fe6b8432fddc..ead4b86f9b2abeaa9e82e86253b0c06590afc1a6 100644 (file)
@@ -149,7 +149,7 @@ ospf_pkt_checkauth(struct ospf_neighbor *n, struct ospf_iface *ifa, struct ospf_
       }
       if (ntohs(pkt->length) + OSPF_AUTH_CRYPT_SIZE != size)
       {
-        OSPF_TRACE(D_PACKETS, "OSPF_auth: size mismatch (%d vs %s)",
+        OSPF_TRACE(D_PACKETS, "OSPF_auth: size mismatch (%d vs %d)",
          ntohs(pkt->length) + OSPF_AUTH_CRYPT_SIZE, size);
         return 0;
       }