gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30933 - gnunet/src/gnsrecord


From: gnunet
Subject: [GNUnet-SVN] r30933 - gnunet/src/gnsrecord
Date: Thu, 28 Nov 2013 14:01:24 +0100

Author: wachs
Date: 2013-11-28 14:01:24 +0100 (Thu, 28 Nov 2013)
New Revision: 30933

Modified:
   gnunet/src/gnsrecord/gnsrecord_serialization.c
Log:
disabling for debug


Modified: gnunet/src/gnsrecord/gnsrecord_serialization.c
===================================================================
--- gnunet/src/gnsrecord/gnsrecord_serialization.c      2013-11-28 13:00:55 UTC 
(rev 30932)
+++ gnunet/src/gnsrecord/gnsrecord_serialization.c      2013-11-28 13:01:24 UTC 
(rev 30933)
@@ -119,11 +119,13 @@
   off = 0;
   for (i=0;i<rd_count;i++)
   {
+#if 0
     LOG (GNUNET_ERROR_TYPE_DEBUG,
          "Serializing record %u with flags %d and expiration time %llu\n",
          i,
          rd[i].flags,
          (unsigned long long) rd[i].expiration_time);
+#endif
     rec.expiration_time = GNUNET_htonll (rd[i].expiration_time);
     rec.data_size = htonl ((uint32_t) rd[i].data_size);
     rec.record_type = htonl (rd[i].record_type);
@@ -175,11 +177,13 @@
       return GNUNET_SYSERR;
     dest[i].data = &src[off];
     off += dest[i].data_size;
+#if 0
     LOG (GNUNET_ERROR_TYPE_DEBUG,
          "Deserialized record %u with flags %d and expiration time %llu\n",
          i,
          dest[i].flags,
          (unsigned long long) dest[i].expiration_time);
+#endif
   }
   return GNUNET_OK;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]