aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-25 15:42:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-25 15:42:15 +0000
commit9aa6ba92a76dad0bfdce5bbcbc7aaff998cd83de (patch)
tree6c60eace541d0ae18dd90fd49ce08bcfe00676a1 /src
parent68b9a6e898f2f2f48006311adfcb7d71055d9c7c (diff)
downloadgnunet-9aa6ba92a76dad0bfdce5bbcbc7aaff998cd83de.tar.gz
gnunet-9aa6ba92a76dad0bfdce5bbcbc7aaff998cd83de.zip
debugnotinfo
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-service-nse.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 7ca8bc00c..45f8edb9d 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -814,9 +814,11 @@ find_proof (void *cls,
814 if (nse_work_required <= count_leading_zeroes(&result)) 814 if (nse_work_required <= count_leading_zeroes(&result))
815 { 815 {
816 my_proof = counter; 816 my_proof = counter;
817 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 817#if DEBUG_NSE
818 _("Proof of work found: %llu!\n"), 818 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
819 "Proof of work found: %llu!\n",
819 (unsigned long long) GNUNET_ntohll (counter)); 820 (unsigned long long) GNUNET_ntohll (counter));
821#endif
820 for (i=0;i<HISTORY_SIZE;i++) 822 for (i=0;i<HISTORY_SIZE;i++)
821 if (ntohl (size_estimate_messages[i].hop_count) == 0) 823 if (ntohl (size_estimate_messages[i].hop_count) == 0)
822 { 824 {