-nodebug #2300
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2012 15:51:11 +0000 (15:51 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2012 15:51:11 +0000 (15:51 +0000)
src/fs/fs_dirmetascan.c
src/fs/gnunet-helper-fs-publish.c

index 5001b6a140682913c81500a64ede25d2b22288ab..2c6d914abcf50c68f4c4bab8e6e3a72d38b7a198 100644 (file)
@@ -257,9 +257,11 @@ process_helper_msgs (void *cls,
   const char *filename;
   size_t left;
 
+#if 0
   fprintf (stderr, "DMS parses %u-byte message of type %u\n",
           (unsigned int) ntohs (msg->size),
           (unsigned int) ntohs (msg->type));
+#endif
   left = ntohs (msg->size) - sizeof (struct GNUNET_MessageHeader);
   filename = (const char*) &msg[1];
   switch (ntohs (msg->type))
index 1bcfb37fcbbbfcdbb9c97aa593e020b71dbee4e8..533d5d51a8d084918c44e5ad866041793b44d280 100644 (file)
@@ -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 !=