diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-17 19:11:19 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-17 19:11:19 +0000 |
commit | 71cdafd81f40d6ff9fe6a4936bdcf4f62aefb7d9 (patch) | |
tree | ca931c1b5074ecb9d9249fb73c50e02e8bab6dc3 /src/regex/perf-regex.c | |
parent | 7f3d792391ba96a3264b93448d41833986f69ef8 (diff) |
- more debug
git-svn-id: https://gnunet.org/svn/gnunet@25523 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex/perf-regex.c')
-rw-r--r-- | src/regex/perf-regex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c index f1d21f564b..2571419d76 100644 --- a/src/regex/perf-regex.c +++ b/src/regex/perf-regex.c @@ -69,8 +69,8 @@ main (int argc, char *const *argv) GNUNET_asprintf (®ex, "GNVPN-0001-PAD(%s)(0|1)*", buffer); size = strlen (regex); - - // fprintf (stderr, "Combined regex:\n%s\n", regex); + + // fprintf (stderr, "Combined regex (%ld bytes):\n%s\n", size, regex); // return 0; compression = atoi (argv[2]); |