aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 20:29:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 20:29:10 +0000
commitd32c9088c265b1698ff8b279baa1f48eb30a7175 (patch)
tree4c01e2c96936013f3e7b33bc1e2ac2a75ecf8bc0 /src/transport/plugin_transport_tcp.c
parent8d8c1840e80302bc9b330ac6699cc90038f53ad7 (diff)
downloadgnunet-d32c9088c265b1698ff8b279baa1f48eb30a7175.tar.gz
gnunet-d32c9088c265b1698ff8b279baa1f48eb30a7175.zip
needptr
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index e2fc413ea..5a77f25b5 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1133,7 +1133,8 @@ tcp_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
1133 { 1133 {
1134 GNUNET_break (0); 1134 GNUNET_break (0);
1135 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1135 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
1136 "Got session for `%s', but should be for peer `%s'!\n", 1136 "Got session %p for `%s', but should be for peer `%s'!\n",
1137 session,
1137 GNUNET_i2s (&session->target), 1138 GNUNET_i2s (&session->target),
1138 GNUNET_h2s (&target->hashPubKey)); 1139 GNUNET_h2s (&target->hashPubKey));
1139 return -1; 1140 return -1;