aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-16 00:15:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-16 00:15:46 +0000
commitfc7d8d12b32f1d286d93580550336bce1babc654 (patch)
tree7e2b2edd0d87e6e37b9487fd9060e8ef47c93ef9 /src/transport/plugin_transport_tcp.c
parentbd6c8afde29ee915198f60c51ee4c6ca713c187c (diff)
downloadgnunet-fc7d8d12b32f1d286d93580550336bce1babc654.tar.gz
gnunet-fc7d8d12b32f1d286d93580550336bce1babc654.zip
-fix loglevel
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c4
1 files 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,
1176 GNUNET_assert (plugin != NULL); 1176 GNUNET_assert (plugin != NULL);
1177 GNUNET_assert (address != NULL); 1177 GNUNET_assert (address != NULL);
1178 addrlen = address->address_length; 1178 addrlen = address->address_length;
1179 LOG (GNUNET_ERROR_TYPE_ERROR, 1179 LOG (GNUNET_ERROR_TYPE_DEBUG,
1180 "Trying to get session for `%s' address of peer `%s'\n", 1180 "Trying to get session for `%s' address of peer `%s'\n",
1181 tcp_address_to_string(NULL, address->address, address->address_length), 1181 tcp_address_to_string(NULL, address->address, address->address_length),
1182 GNUNET_i2s (&address->peer)); 1182 GNUNET_i2s (&address->peer));
@@ -1754,7 +1754,7 @@ handle_tcp_welcome (void *cls, struct GNUNET_SERVER_Client *client,
1754 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 1754 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
1755 return; 1755 return;
1756 } 1756 }
1757 LOG (GNUNET_ERROR_TYPE_ERROR, 1757 LOG (GNUNET_ERROR_TYPE_DEBUG,
1758 "Received %s message from `%4s'\n", "WELCOME", 1758 "Received %s message from `%4s'\n", "WELCOME",
1759 GNUNET_i2s (&wm->clientIdentity)); 1759 GNUNET_i2s (&wm->clientIdentity));
1760 GNUNET_STATISTICS_update (plugin->env->stats, 1760 GNUNET_STATISTICS_update (plugin->env->stats,