From b59f32457f01990af89eca8ec9a837f47b74175d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 12 Jun 2012 10:57:27 +0000 Subject: [PATCH] - typos --- src/core/gnunet-service-core_clients.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c index 7a9572418..72b5b8803 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), -- 2.25.1