gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21516 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r21516 - gnunet/src/transport
Date: Wed, 16 May 2012 02:15:46 +0200

Author: grothoff
Date: 2012-05-16 02:15:46 +0200 (Wed, 16 May 2012)
New Revision: 21516

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
-fix loglevel

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2012-05-16 00:04:18 UTC (rev 
21515)
+++ gnunet/src/transport/plugin_transport_tcp.c 2012-05-16 00:15:46 UTC (rev 
21516)
@@ -1176,7 +1176,7 @@
   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 @@
     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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]