aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-04 11:45:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-04 11:45:16 +0000
commit3ce16c6abb0644398c18387b03aba54fe996ecf0 (patch)
tree1c27962f4cd9b0e06d0dc46a9bb102c366085fe7 /src/conversation/gnunet-service-conversation.c
parent11aedc11ce275237ae49e39e4ac78b7914d3c002 (diff)
downloadgnunet-3ce16c6abb0644398c18387b03aba54fe996ecf0.tar.gz
gnunet-3ce16c6abb0644398c18387b03aba54fe996ecf0.zip
-nicer logs
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-rw-r--r--src/conversation/gnunet-service-conversation.c4
1 files 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,
1346 uint32_t port, enum GNUNET_CADET_ChannelOption options) 1346 uint32_t port, enum GNUNET_CADET_ChannelOption options)
1347{ 1347{
1348 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1348 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1349 _("Received incoming channel on port %u\n"), 1349 _("Received incoming Cadet channel on port %u\n"),
1350 (unsigned int) port); 1350 (unsigned int) port);
1351 return NULL; 1351 return NULL;
1352} 1352}
@@ -1398,7 +1398,7 @@ inbound_end (void *cls,
1398 ch->channel_reliable = NULL; 1398 ch->channel_reliable = NULL;
1399 1399
1400 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1400 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1401 "Cadet channel destroyed by cadet in state %d\n", 1401 "Cadet channel destroyed by Cadet in state %d\n",
1402 ch->status); 1402 ch->status);
1403 hup.header.size = htons (sizeof (hup)); 1403 hup.header.size = htons (sizeof (hup));
1404 hup.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP); 1404 hup.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP);