aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-06-23 11:09:21 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-06-23 11:09:21 +0000
commitc12e4b8e8200a0d87b16543b673bb61cb7fd9325 (patch)
tree64d43b45318431d1373e34ef8bd72ee4060b2ad0 /src/transport/test_plugin_transport_http.c
parentce34c0bba3ca7ce734a90a08918cf7568ed9ab4c (diff)
downloadgnunet-c12e4b8e8200a0d87b16543b673bb61cb7fd9325.tar.gz
gnunet-c12e4b8e8200a0d87b16543b673bb61cb7fd9325.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 4daa21de6..6ac925512 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -517,7 +517,7 @@ receive (void *cls,
517 const char *sender_address, 517 const char *sender_address,
518 uint16_t sender_address_len) 518 uint16_t sender_address_len)
519{ 519{
520 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)); 520 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));
521 if ((ntohs(message->type) == 40) && (fail_multiple_msgs_in_transmission == 1)) 521 if ((ntohs(message->type) == 40) && (fail_multiple_msgs_in_transmission == 1))
522 fail_multiple_msgs_in_transmission++; 522 fail_multiple_msgs_in_transmission++;
523 if ((ntohs(message->type) == 41) && (fail_multiple_msgs_in_transmission == 2)) 523 if ((ntohs(message->type) == 41) && (fail_multiple_msgs_in_transmission == 2))