From: Christian Grothoff Date: Wed, 16 May 2012 00:15:46 +0000 (+0000) Subject: -fix loglevel X-Git-Tag: initial-import-from-subversion-38251~13469 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc7d8d12b32f1d286d93580550336bce1babc654;p=oweals%2Fgnunet.git -fix loglevel --- 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,