aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-06-15 13:44:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-06-15 13:44:45 +0000
commit62973b2dea9b0c53f59570c0060a6436871373b9 (patch)
treea5d97be6ae3877b488f0eb6ffc1620906e30c299 /src/transport/test_plugin_transport_http.c
parent1825bc116f7669c0fb1b7ff6926ff4e7c0ebde4b (diff)
downloadgnunet-62973b2dea9b0c53f59570c0060a6436871373b9.tar.gz
gnunet-62973b2dea9b0c53f59570c0060a6436871373b9.zip
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index 373e5f9c8..d1c1da120 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -481,7 +481,7 @@ receive (void *cls,
481 const char *sender_address, 481 const char *sender_address,
482 uint16_t sender_address_len) 482 uint16_t sender_address_len)
483{ 483{
484 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Testcase recieved new message from peer `%s' with type %u and length %u\n", GNUNET_i2s(peer),ntohs(message->type),ntohs(message->size)); 484 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Testcase recieved new message from peer `%s' (`%s') with type %u and length %u\n", GNUNET_i2s(peer), sender_address, ntohs(message->type), ntohs(message->size));
485 return GNUNET_TIME_UNIT_ZERO; 485 return GNUNET_TIME_UNIT_ZERO;
486} 486}
487 487