From 00528ceb103a5eba463987a68063dc1850f5f0c7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 26 Nov 2013 17:53:36 +0000 Subject: [PATCH] - log --- src/mesh/gnunet-service-mesh_connection.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index 0b5f65188..61fe0f2e2 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1566,7 +1566,9 @@ handle_mesh_encrypted (const struct GNUNET_PeerIdentity *peer, if (NULL == c) { GNUNET_STATISTICS_update (stats, "# unknown connection", 1, GNUNET_NO); - LOG (GNUNET_ERROR_TYPE_DEBUG, "WARNING connection unknown\n"); + LOG (GNUNET_ERROR_TYPE_DEBUG, + "WARNING connection %s unknown\n", + GNUNET_h2s (&msg->cid)); return GNUNET_OK; } -- 2.25.1