aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-12 10:57:27 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-06-12 10:57:27 +0000
commitf3ccd9230a19043424e097141410c9343b702972 (patch)
treee53878aad5f41e9a0eff2b8b1a235be9b7479b8c /src
parent49a919cf61ff7a38776440b7b0d5d79d9432c38d (diff)
- typos
git-svn-id: https://gnunet.org/svn/gnunet@21907 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src')
-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 7a95724182..72b5b88030 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,
if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) &&
(0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) )
continue;
- GNUNET_log (GNUNET_ERROR_TYPE_DEUBG,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Sending %u message with %u bytes to client interested in messages of type %u.\n",
options,
ntohs (msg->size),