- find invalid mem access
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 23 May 2012 11:53:42 +0000 (11:53 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 23 May 2012 11:53:42 +0000 (11:53 +0000)
src/transport/gnunet-service-transport.c

index f029f0efe21933f03713872e3c72060aa5d0539c..93fd0d685acd7957c6290e003da48c16c890b73b 100644 (file)
@@ -230,7 +230,7 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
   if (NULL == message)
     goto end;
   type = ntohs (message->type);
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u\n", type);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u from peer `%s'\n", type, GNUNET_i2s (peer));
 
   GNUNET_STATISTICS_update (GST_stats,
                         gettext_noop