gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16183 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r16183 - gnunet/src/nse
Date: Mon, 25 Jul 2011 17:42:15 +0200

Author: grothoff
Date: 2011-07-25 17:42:15 +0200 (Mon, 25 Jul 2011)
New Revision: 16183

Modified:
   gnunet/src/nse/gnunet-service-nse.c
Log:
debugnotinfo

Modified: gnunet/src/nse/gnunet-service-nse.c
===================================================================
--- gnunet/src/nse/gnunet-service-nse.c 2011-07-25 15:38:48 UTC (rev 16182)
+++ gnunet/src/nse/gnunet-service-nse.c 2011-07-25 15:42:15 UTC (rev 16183)
@@ -814,9 +814,11 @@
       if (nse_work_required <= count_leading_zeroes(&result))
        {
          my_proof = counter;
-         GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                     _("Proof of work found: %llu!\n"),
+#if DEBUG_NSE
+         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                     "Proof of work found: %llu!\n",
                      (unsigned long long) GNUNET_ntohll (counter));
+#endif
          for (i=0;i<HISTORY_SIZE;i++)      
            if (ntohl (size_estimate_messages[i].hop_count) == 0) 
              {




reply via email to

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