gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22531 - gnunet/src/transport
Date: Fri, 6 Jul 2012 17:27:09 +0200

Author: wachs
Date: 2012-07-06 17:27:09 +0200 (Fri, 06 Jul 2012)
New Revision: 22531

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
   gnunet/src/transport/test_quota_compliance.c
Log:
- undo 

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2012-07-06 
15:24:37 UTC (rev 22530)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2012-07-06 
15:27:09 UTC (rev 22531)
@@ -2169,7 +2169,7 @@
     return;
   }
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "ATS tells us to switch to address '%s' session %p for "
               "peer `%s' in state %s (quota in/out %u %u )\n",
               (address->address_length != 0) ? GST_plugins_a2s (address): 
"<inbound>",

Modified: gnunet/src/transport/test_quota_compliance.c
===================================================================
--- gnunet/src/transport/test_quota_compliance.c        2012-07-06 15:24:37 UTC 
(rev 22530)
+++ gnunet/src/transport/test_quota_compliance.c        2012-07-06 15:27:09 UTC 
(rev 22531)
@@ -529,7 +529,7 @@
 
   if (NULL != strstr (test_name, "asymmetric"))
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Running asymmetric test with sending peer unlimited, 
receiving peer (in/out): %llu/%llu b/s \n",
                 p2_quota_in, p2_quota_out);
     p1_quota_out = 1024 * 1024 * 1024;
@@ -537,7 +537,7 @@
   }
   else
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Running symmetric test with (in/out) %llu/%llu b/s \n",
                 p2_quota_in, p2_quota_out);
   }




reply via email to

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