projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d66b6
)
db
author
Christian Grothoff
<christian@grothoff.org>
Mon, 8 Mar 2010 14:38:23 +0000
(14:38 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 8 Mar 2010 14:38:23 +0000
(14:38 +0000)
src/core/gnunet-service-core.c
patch
|
blob
|
history
diff --git
a/src/core/gnunet-service-core.c
b/src/core/gnunet-service-core.c
index 19c8447926bd7707da860d9ace8f8bc85e14c6a5..6e161e35a353cb3dae355bc152f53a8ba818f3d9 100644
(file)
--- a/
src/core/gnunet-service-core.c
+++ b/
src/core/gnunet-service-core.c
@@
-1593,9
+1593,11
@@
batch_message (struct Neighbour *n,
*retry_time = GNUNET_TIME_UNIT_FOREVER_REL;
if (0 == select_messages (n, size, retry_time))
{
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+#if DEBUG_CORE
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"No messages selected, will try again in %llu ms\n",
retry_time->value);
+#endif
return 0;
}
ntm->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_NOTIFY_OUTBOUND);