From 219de84df9a8408fffedbb2600f5eb4c441950b6 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 2 Sep 2015 10:30:59 +0200 Subject: iobuf: Reduce verbosity of test. * common/t-iobuf.c (main): Reduce verbosity. -- Signed-off-by: Neal H. Walfield . --- common/t-iobuf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/t-iobuf.c') 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); -- cgit v1.2.3