From fc7d8d12b32f1d286d93580550336bce1babc654 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 May 2012 00:15:46 +0000 Subject: [PATCH] -fix loglevel --- src/transport/plugin_transport_tcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index b99c042b8..880f5078c 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -1176,7 +1176,7 @@ tcp_plugin_get_session (void *cls, GNUNET_assert (plugin != NULL); GNUNET_assert (address != NULL); addrlen = address->address_length; - LOG (GNUNET_ERROR_TYPE_ERROR, + LOG (GNUNET_ERROR_TYPE_DEBUG, "Trying to get session for `%s' address of peer `%s'\n", tcp_address_to_string(NULL, address->address, address->address_length), GNUNET_i2s (&address->peer)); @@ -1754,7 +1754,7 @@ handle_tcp_welcome (void *cls, struct GNUNET_SERVER_Client *client, GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); return; } - LOG (GNUNET_ERROR_TYPE_ERROR, + LOG (GNUNET_ERROR_TYPE_DEBUG, "Received %s message from `%4s'\n", "WELCOME", GNUNET_i2s (&wm->clientIdentity)); GNUNET_STATISTICS_update (plugin->env->stats, -- 2.25.1