aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nse/nse-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c
index 8006658b2..498f058d2 100644
--- a/src/nse/nse-profiler.c
+++ b/src/nse/nse-profiler.c
@@ -212,7 +212,7 @@ handle_estimate (void *cls, double estimate, double std_dev)
212 if (output_file != NULL) 212 if (output_file != NULL)
213 { 213 {
214 size = GNUNET_asprintf(&output_buffer, 214 size = GNUNET_asprintf(&output_buffer,
215 "%s %d %f %f %f\n", 215 "%s %u %f %f %f\n",
216 GNUNET_i2s(&peer->daemon->id), 216 GNUNET_i2s(&peer->daemon->id),
217 peers_running, 217 peers_running,
218 pow(2, estimate), 218 pow(2, estimate),