summaryrefslogtreecommitdiff
path: root/src/fs/perf_gnunet_service_fs_p2p_respect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/perf_gnunet_service_fs_p2p_respect.c')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p_respect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p_respect.c b/src/fs/perf_gnunet_service_fs_p2p_respect.c
index afde310a0..9b14b9eb6 100644
--- a/src/fs/perf_gnunet_service_fs_p2p_respect.c
+++ b/src/fs/perf_gnunet_service_fs_p2p_respect.c
@@ -168,7 +168,7 @@ print_stat (void *cls, const char *subsystem, const char *name, uint64_t value,
168{ 168{
169 struct StatMaster *sm = cls; 169 struct StatMaster *sm = cls;
170 170
171 FPRINTF (stderr, "Peer %2u: %12s/%50s = %12llu\n", sm->daemon, subsystem, 171 fprintf (stderr, "Peer %2u: %12s/%50s = %12llu\n", sm->daemon, subsystem,
172 name, (unsigned long long) value); 172 name, (unsigned long long) value);
173 return GNUNET_OK; 173 return GNUNET_OK;
174} 174}
@@ -304,7 +304,7 @@ do_report (void *cls)
304 fancy = 304 fancy =
305 GNUNET_STRINGS_byte_size_fancy (((unsigned long long) FILESIZE) * 305 GNUNET_STRINGS_byte_size_fancy (((unsigned long long) FILESIZE) *
306 1000000LL / del.rel_value_us); 306 1000000LL / del.rel_value_us);
307 FPRINTF (stderr, "Download speed of type `%s' was %s/s\n", type, fancy); 307 fprintf (stderr, "Download speed of type `%s' was %s/s\n", type, fancy);
308 GNUNET_free (fancy); 308 GNUNET_free (fancy);
309 if (NUM_DAEMONS != ++download_counter) 309 if (NUM_DAEMONS != ++download_counter)
310 return; /* more downloads to come */ 310 return; /* more downloads to come */