From d363e2bc76b23dc9fd1ea145f91081096c46189f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Oct 2020 12:34:57 +0200 Subject: fix format string issues --- src/exchange/taler-exchange-httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd.c') diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index bc6ab23b3..98120a220 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -897,7 +897,7 @@ write_stats (void) if (NULL == benchmark_dir) return; GNUNET_asprintf (&s, - "%s/taler-exchange-%llu-%llu.txt", + "%s/taler-exchange-%llu.txt", benchmark_dir, (unsigned long long) pid); fh = GNUNET_DISK_file_open (s, -- cgit v1.2.3