From 3ce16c6abb0644398c18387b03aba54fe996ecf0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Jun 2014 11:45:16 +0000 Subject: [PATCH] -nicer logs --- src/conversation/gnunet-service-conversation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c index df8a56d75..ef0c0c95d 100644 --- a/src/conversation/gnunet-service-conversation.c +++ b/src/conversation/gnunet-service-conversation.c @@ -1346,7 +1346,7 @@ inbound_channel (void *cls, uint32_t port, enum GNUNET_CADET_ChannelOption options) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, - _("Received incoming channel on port %u\n"), + _("Received incoming Cadet channel on port %u\n"), (unsigned int) port); return NULL; } @@ -1398,7 +1398,7 @@ inbound_end (void *cls, ch->channel_reliable = NULL; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Cadet channel destroyed by cadet in state %d\n", + "Cadet channel destroyed by Cadet in state %d\n", ch->status); hup.header.size = htons (sizeof (hup)); hup.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP); -- 2.25.1