diff options
author | Christophe Genevey Metat <genevey.christophe@gmail.com> | 2016-06-27 14:45:28 +0000 |
---|---|---|
committer | Christophe Genevey Metat <genevey.christophe@gmail.com> | 2016-06-27 14:45:28 +0000 |
commit | 855dba1b482a8cb48e17da9a2f05442a9594d24f (patch) | |
tree | 2ba8f18e9bf6354c5fb107a6192bc8d5c7b051ae /src/regex | |
parent | b0474eb7a6aa570c04e4d76fd664caa406b3dd30 (diff) |
adapt gnunet-regex-simulation-profiler to libgnunetmy
Diffstat (limited to 'src/regex')
-rw-r--r-- | src/regex/gnunet-regex-simulation-profiler.c | 2 |
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 d9d02bca74..e88a007498 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, if (-1 != total && total > 0) { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", total, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", (unsigned long long)total, GNUNET_h2s (key), edges[i].label); } |