(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 3 Nov 2010 21:11:32 +0000 (21:11 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 3 Nov 2010 21:11:32 +0000 (21:11 +0000)
src/transport/test_quota_compliance.c

index 1c435151aa447f01520f2d6b25d9d449ee316de6..4c4a025f211bc621e0437ceb9494fe4e88bb04ec 100644 (file)
@@ -407,7 +407,11 @@ measurement_end (void *cls,
                          "\nQuota compliance failed: \n"\
                          "Hard quota limit allowed: %10llu kB/s (%llu B/s)\n"\
                          "Soft quota limit allowed: %10llu kB/s (%llu B/s)\n"\
-                         "Throughput   : %10llu kB/s (%llu B/s)\n", (quota_allowed / (1024)), quota_allowed, ((quota_allowed+delta) / (1024)), quota_allowed+delta, (total_bytes_sent/(duration.rel_value / 1000)/1024), total_bytes_sent/(duration.rel_value / 1000));
+                         "Throughput              : %10llu kB/s (%llu B/s)\n", 
+                         (quota_allowed / (1024)), quota_allowed, 
+                         ((quota_allowed+delta) / (1024)),  quota_allowed+delta, 
+                         (total_bytes_sent/(duration.rel_value / 1000)/1024), 
+                         total_bytes_sent/(duration.rel_value / 1000));
          ok = 1;
          end();
          return;