aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-16 11:40:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-16 11:40:00 +0000
commitcfb38354eaa74f7ade3b3cc8e9f08400b3563cce (patch)
tree2f04c50b4614e761b498944e73fbf4f990d7856b /src/transport/plugin_transport_tcp.c
parenta86e52c253d4d4157b328c4cb288076b593d31dc (diff)
downloadgnunet-cfb38354eaa74f7ade3b3cc8e9f08400b3563cce.tar.gz
gnunet-cfb38354eaa74f7ade3b3cc8e9f08400b3563cce.zip
-more logging
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 880f5078c..076d5db71 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1892,10 +1892,10 @@ handle_tcp_data (void *cls, struct GNUNET_SERVER_Client *client,
1892 1892
1893 GNUNET_SERVER_client_get_address (client, &vaddr, &alen); 1893 GNUNET_SERVER_client_get_address (client, &vaddr, &alen);
1894 LOG (GNUNET_ERROR_TYPE_ERROR, 1894 LOG (GNUNET_ERROR_TYPE_ERROR,
1895 "Received unexpected %u bytes of type %u from `%s'\n", 1895 "Received unexpected %u bytes of type %u from `%s'\n",
1896 (unsigned int) ntohs (message->size), 1896 (unsigned int) ntohs (message->size),
1897 (unsigned int) ntohs (message->type), 1897 (unsigned int) ntohs (message->type),
1898 GNUNET_a2s(vaddr, alen)); 1898 GNUNET_a2s(vaddr, alen));
1899 GNUNET_break_op (0); 1899 GNUNET_break_op (0);
1900 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 1900 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
1901 GNUNET_free_non_null(vaddr); 1901 GNUNET_free_non_null(vaddr);