aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 10:55:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 10:55:43 +0000
commit8f213fb2ccffd4a4e34ca792852e0664f84b0649 (patch)
treeee370ac0a1c27405815bb85cdf4326519adf25f0 /src/core
parentb17ff3a725f5d7fdda0da8d62f4ca5c3db397565 (diff)
downloadgnunet-8f213fb2ccffd4a4e34ca792852e0664f84b0649.tar.gz
gnunet-8f213fb2ccffd4a4e34ca792852e0664f84b0649.zip
-debug
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_clients.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c
index 1076f343f..7a9572418 100644
--- a/src/core/gnunet-service-core_clients.c
+++ b/src/core/gnunet-service-core_clients.c
@@ -239,7 +239,7 @@ send_to_all_clients (const struct GNUNET_PeerIdentity *partner,
239 if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) && 239 if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) &&
240 (0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) ) 240 (0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) )
241 continue; 241 continue;
242 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 242 GNUNET_log (GNUNET_ERROR_TYPE_DEUBG,
243 "Sending %u message with %u bytes to client interested in messages of type %u.\n", 243 "Sending %u message with %u bytes to client interested in messages of type %u.\n",
244 options, 244 options,
245 ntohs (msg->size), 245 ntohs (msg->size),