2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>

	* bgp_packet.c: fix compilation when DEBUG is used.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index a4145f4..9dc1adc 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
+
+	* bgp_packet.c: fix compilation when DEBUG is used.
+
 2005-09-10 Paul Jakma <paul.jakma@sun.com>
 
 	* Makefile.am: bgpd shouldn't list libgp's sources as its own.
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c
index 0971c5c..fa218e2 100644
--- a/bgpd/bgp_packet.c
+++ b/bgpd/bgp_packet.c
@@ -412,7 +412,7 @@
 
   /* Dump packet if debug option is set. */
 #ifdef DEBUG
-  bgp_packet_dump (packet);
+  /* bgp_packet_dump (packet); */
 #endif /* DEBUG */
 
   /* Add packet to the peer. */