aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-14 20:00:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-14 20:00:54 +0000
commit7884866ee7cf796384342d104944256192d774a0 (patch)
tree031dc3976eb2494620198002e220bd0e5a28e423 /src/transport
parente29dc6a80c57c9dfdfc0bc2415497ca88b990b30 (diff)
downloadgnunet-7884866ee7cf796384342d104944256192d774a0.tar.gz
gnunet-7884866ee7cf796384342d104944256192d774a0.zip
more sane numbering
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_validation.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index cbfd16b7e..e07ff7546 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -642,16 +642,6 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender,
642 GNUNET_break_op (0); 642 GNUNET_break_op (0);
643 return; 643 return;
644 } 644 }
645#if DEBUG_TRANSPORT
646 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
647 "Processing `%s' from `%s'\n",
648 "PING",
649 (sender_address != NULL)
650 ? GST_plugin_a2s (plugin_name,
651 sender_address,
652 sender_address_len)
653 : "<inbound>");
654#endif
655 GNUNET_STATISTICS_update (GST_stats, 645 GNUNET_STATISTICS_update (GST_stats,
656 gettext_noop ("# PING messages received"), 646 gettext_noop ("# PING messages received"),
657 1, 647 1,