From 8f213fb2ccffd4a4e34ca792852e0664f84b0649 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 12 Jun 2012 10:55:43 +0000 Subject: [PATCH] -debug --- src/core/gnunet-service-core_clients.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c index 1076f343f..7a9572418 100644 --- a/src/core/gnunet-service-core_clients.c +++ b/src/core/gnunet-service-core_clients.c @@ -239,7 +239,7 @@ send_to_all_clients (const struct GNUNET_PeerIdentity *partner, if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) && (0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) ) continue; - GNUNET_log (GNUNET_ERROR_TYPE_INFO, + GNUNET_log (GNUNET_ERROR_TYPE_DEUBG, "Sending %u message with %u bytes to client interested in messages of type %u.\n", options, ntohs (msg->size), -- 2.25.1