diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:45:01 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:45:01 +0000 |
commit | 59b0e29b8901a4bcbe86d73f60de870664ae9125 (patch) | |
tree | 1416c8310a39322a4e490070cd7cbdd61dc209ed /usr.sbin/ospfd | |
parent | ff1f90c3c2ef2b0ebc5983226a381dfbf113c957 (diff) |
Another unneeded debug message.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index 9ea4c0d21b3..300cd939f07 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.24 2005/05/26 22:06:26 norby Exp $ */ +/* $OpenBSD: ospfe.c,v 1.25 2005/05/26 22:45:00 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -393,10 +393,6 @@ ospfe_dispatch_rde(int fd, short event, void *bula) fatalx("ospfe_dispatch_rde: " "neighbor not found"); - log_debug("ospfe_dispatch_rde: IMSG_LS_FLOOD, " - "neighbor id %s, len %d", inet_ntoa(nbr->id), - imsg.hdr.len - IMSG_HEADER_SIZE); - l = imsg.hdr.len - IMSG_HEADER_SIZE; if (l < sizeof(lsa_hdr)) fatalx("ospfe_dispatch_rde: " |