From 0238d7e2f30821e7b94e9ea25ce3918fcc04b2c3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 May 2012 15:51:11 +0000 Subject: -nodebug #2300 --- src/fs/gnunet-helper-fs-publish.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fs/gnunet-helper-fs-publish.c') diff --git a/src/fs/gnunet-helper-fs-publish.c b/src/fs/gnunet-helper-fs-publish.c index 1bcfb37fc..533d5d51a 100644 --- a/src/fs/gnunet-helper-fs-publish.c +++ b/src/fs/gnunet-helper-fs-publish.c @@ -186,9 +186,11 @@ write_message (uint16_t message_type, { struct GNUNET_MessageHeader hdr; +#if 0 fprintf (stderr, "Helper sends %u-byte message of type %u\n", (unsigned int) (sizeof (struct GNUNET_MessageHeader) + data_length), (unsigned int) message_type); +#endif hdr.type = htons (message_type); hdr.size = htons (sizeof (struct GNUNET_MessageHeader) + data_length); if ( (GNUNET_OK != -- cgit v1.2.3