needptr
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Oct 2011 20:29:10 +0000 (20:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Oct 2011 20:29:10 +0000 (20:29 +0000)
src/transport/plugin_transport_tcp.c

index e2fc413ea342eef09fea669841f8d8a9c8f30653..5a77f25b57acee860475c677afaa245e57e07add 100644 (file)
@@ -1133,7 +1133,8 @@ tcp_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
     {
       GNUNET_break (0);
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                 "Got session for `%s', but should be for peer `%s'!\n",
+                 "Got session %p for `%s', but should be for peer `%s'!\n",
+                 session,
                  GNUNET_i2s (&session->target),
                  GNUNET_h2s (&target->hashPubKey));
       return -1;