From: Christian Grothoff Date: Wed, 4 Jun 2014 11:45:16 +0000 (+0000) Subject: -nicer logs X-Git-Tag: initial-import-from-subversion-38251~3855 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ce16c6abb0644398c18387b03aba54fe996ecf0;p=oweals%2Fgnunet.git -nicer logs --- 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);