aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_transport_testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_testing.c b/src/transport/test_transport_testing.c
index 9db591306..95e7f22fc 100644
--- a/src/transport/test_transport_testing.c
+++ b/src/transport/test_transport_testing.c
@@ -114,8 +114,7 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
114 114
115static void 115static void
116notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 116notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
117 const struct GNUNET_MessageHeader *message, 117 const struct GNUNET_MessageHeader *message)
118 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
119{ 118{
120 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving\n"); 119 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving\n");
121} 120}