aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-25 12:45:34 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-25 12:45:34 +0000
commitfc40f67c76f0c5cac72d85e32f6a5165da2dc19e (patch)
tree6a8c8bcbf5ce2c986df50a2fd73908c86b43cedd /src
parent046cb95b0eaaf3af4e231e7c3a81de1c56a0f95d (diff)
downloadgnunet-fc40f67c76f0c5cac72d85e32f6a5165da2dc19e.tar.gz
gnunet-fc40f67c76f0c5cac72d85e32f6a5165da2dc19e.zip
print actual estimate
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),