-nicer logs
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 Jun 2014 11:45:16 +0000 (11:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 Jun 2014 11:45:16 +0000 (11:45 +0000)
src/conversation/gnunet-service-conversation.c

index df8a56d7530c0c462769ebed426c480944f4110e..ef0c0c95d140bc90b96318637043dfe77e5ed8af 100644 (file)
@@ -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);