aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-12-17 19:11:19 +0000
committerBart Polot <bart@net.in.tum.de>2012-12-17 19:11:19 +0000
commit9470dc898e89d7c45ae977bac5754932fbe3140d (patch)
treeca931c1b5074ecb9d9249fb73c50e02e8bab6dc3 /src
parent39a13b80f71488e0c91f7fb6a78834017f589cbb (diff)
downloadgnunet-9470dc898e89d7c45ae977bac5754932fbe3140d.tar.gz
gnunet-9470dc898e89d7c45ae977bac5754932fbe3140d.zip
- more debug
Diffstat (limited to 'src')
-rw-r--r--src/regex/perf-regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c
index f1d21f564..2571419d7 100644
--- a/src/regex/perf-regex.c
+++ b/src/regex/perf-regex.c
@@ -69,8 +69,8 @@ main (int argc, char *const *argv)
69 69
70 GNUNET_asprintf (&regex, "GNVPN-0001-PAD(%s)(0|1)*", buffer); 70 GNUNET_asprintf (&regex, "GNVPN-0001-PAD(%s)(0|1)*", buffer);
71 size = strlen (regex); 71 size = strlen (regex);
72 72
73 // fprintf (stderr, "Combined regex:\n%s\n", regex); 73 // fprintf (stderr, "Combined regex (%ld bytes):\n%s\n", size, regex);
74 // return 0; 74 // return 0;
75 75
76 compression = atoi (argv[2]); 76 compression = atoi (argv[2]);