- undo
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 6 Jul 2012 15:27:09 +0000 (15:27 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 6 Jul 2012 15:27:09 +0000 (15:27 +0000)
src/transport/gnunet-service-transport_neighbours.c
src/transport/test_quota_compliance.c

index 629dd91bb11e062417dba78d9194792dca31b4bd..ce407a382e52397153494a958fc1e250adcd6836 100644 (file)
@@ -2169,7 +2169,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
     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>",
index 4aae669eb87f7f901ab3b08d19317c1bee9baf1a..ebfbcd5eb11dfd066dea65ea5be91889f01d6547 100644 (file)
@@ -529,7 +529,7 @@ run (void *cls, char *const *args, const char *cfgfile,
 
   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 @@ run (void *cls, char *const *args, const char *cfgfile,
   }
   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);
   }