gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17553 - gnunet/src/transport
Date: Mon, 17 Oct 2011 17:10:28 +0200

Author: wachs
Date: 2011-10-17 17:10:28 +0200 (Mon, 17 Oct 2011)
New Revision: 17553

Modified:
   gnunet/src/transport/test_quota_compliance.c
Log:


Modified: gnunet/src/transport/test_quota_compliance.c
===================================================================
--- gnunet/src/transport/test_quota_compliance.c        2011-10-17 14:27:16 UTC 
(rev 17552)
+++ gnunet/src/transport/test_quota_compliance.c        2011-10-17 15:10:28 UTC 
(rev 17553)
@@ -144,7 +144,7 @@
   delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value;
   datarate = (total_bytes_sent * 1000) / delta;
 
-  fprintf (stderr, "\nThroughput was %llu b/s\n",
+  fprintf (stderr, "Throughput was %llu b/s\n",
            datarate);
 
   test_failed = GNUNET_NO;
@@ -162,7 +162,7 @@
   }
   if (test_failed == GNUNET_NO)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
         "Datarate of %llu b/s complied to allowed outbound quota of %llu b/s 
and inbound quota of %llu b/s\n", datarate, quota_out_p1, quota_in_p2);
   }
 
@@ -531,7 +531,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;
@@ -539,7 +539,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]