aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-27 14:45:28 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-27 14:45:28 +0000
commit855dba1b482a8cb48e17da9a2f05442a9594d24f (patch)
tree2ba8f18e9bf6354c5fb107a6192bc8d5c7b051ae /src/regex
parentb0474eb7a6aa570c04e4d76fd664caa406b3dd30 (diff)
downloadgnunet-855dba1b482a8cb48e17da9a2f05442a9594d24f.tar.gz
gnunet-855dba1b482a8cb48e17da9a2f05442a9594d24f.zip
adapt gnunet-regex-simulation-profiler to libgnunetmy
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index d9d02bca7..e88a00749 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -370,7 +370,7 @@ regex_iterator (void *cls,
370 370
371 if (-1 != total && total > 0) 371 if (-1 != total && total > 0)
372 { 372 {
373 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", total, 373 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", (unsigned long long)total,
374 GNUNET_h2s (key), edges[i].label); 374 GNUNET_h2s (key), edges[i].label);
375 } 375 }
376 376