From: Nathan S. Evans Date: Mon, 25 Jul 2011 12:45:34 +0000 (+0000) Subject: print actual estimate X-Git-Tag: initial-import-from-subversion-38251~17670 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc40f67c76f0c5cac72d85e32f6a5165da2dc19e;p=oweals%2Fgnunet.git print actual estimate --- 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) if (output_file != NULL) { size = GNUNET_asprintf(&output_buffer, - "%s %d %f %f %f\n", + "%s %u %f %f %f\n", GNUNET_i2s(&peer->daemon->id), peers_running, pow(2, estimate),