From: Florian Dold Date: Tue, 28 Feb 2017 23:13:29 +0000 (+0100) Subject: eh, oops X-Git-Tag: taler-0.2.1~8^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13b340c41157eb7d1d37e2d16058ce791a7c768e;p=oweals%2Fgnunet.git eh, oops --- diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index f6737ba65..b5b602074 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -892,8 +892,8 @@ handle_p2p_strata_estimator (void *cls, set_debug = getenv ("GNUNET_SET_BENCHMARK"); if ( (NULL != set_debug) && (0 == strcmp (set_debug, "1")) ) { - FILE *f = fopen ("set.log\n", "a"); - fprintf (f, "%llu", (unsigned long long) diff); + FILE *f = fopen ("set.log", "a"); + fprintf (f, "%llu\n", (unsigned long long) diff); fclose (f); } }