gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31362 - gnunet/src/transport
Date: Fri, 13 Dec 2013 15:48:10 +0100

Author: wachs
Date: 2013-12-13 15:48:10 +0100 (Fri, 13 Dec 2013)
New Revision: 31362

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
reduce switch log level, increase ats timeout log level


Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-13 
13:59:37 UTC (rev 31361)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-13 
14:48:10 UTC (rev 31362)
@@ -1734,7 +1734,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
              "Asked to connect to peer `%s' (state: %s)\n",
               GNUNET_i2s (target),
-              (NULL != n) ? print_state(n->state) : "UNKNOWN PEER");
+              (NULL != n) ? print_state(n->state) : "NEW PEER");
   if (NULL != n)
   {
     switch (n->state)
@@ -2220,7 +2220,7 @@
     return;
   }
 
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "ATS tells us to switch to address '%s' session %p for "
               "peer `%s' in state %s/%d (quota in/out %u %u )\n",
               (address->address_length != 0) ? GST_plugins_a2s (address): 
"<inbound>",
@@ -2576,7 +2576,7 @@
   case S_INIT_ATS:
     if (0 == delay.rel_value_us)
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                  "Connection to `%s' timed out waiting for ATS to provide 
address\n",
                  GNUNET_i2s (&n->id));
       n->state = S_DISCONNECT_FINISHED;




reply via email to

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