aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-iobuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/t-iobuf.c')
-rw-r--r--common/t-iobuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/t-iobuf.c b/common/t-iobuf.c
index 839798f0c..99581b9a8 100644
--- a/common/t-iobuf.c
+++ b/common/t-iobuf.c
@@ -335,11 +335,13 @@ main (int argc, char *argv[])
assert (rc == 0);
n = iobuf_temp_to_buffer (iobuf, buffer, sizeof (buffer));
+#if 0
printf ("Got %d bytes\n", n);
printf ("buffer: `");
fwrite (buffer, n, 1, stdout);
fputc ('\'', stdout);
fputc ('\n', stdout);
+#endif
assert (n == strlen (content) + 2 * (strlen (content2) + 1));
assert (strcmp (buffer, "0123456789aabbcc") == 0);