loglevel MESSAGE for the incoming connection message + type
authorlurchi <lurchi@strangeplace.net>
Sat, 18 Feb 2017 17:00:49 +0000 (18:00 +0100)
committerlurchi <lurchi@strangeplace.net>
Sat, 18 Feb 2017 17:01:52 +0000 (18:01 +0100)
src/cadet/gnunet-cadet.c

index d4286a1b00eb6dc4079e8e0deef66317d05b9261..a08c178f4ecc7438d306a289a18220182d894549 100644 (file)
@@ -332,8 +332,8 @@ channel_incoming (void *cls,
                   struct GNUNET_CADET_Channel *channel,
                   const struct GNUNET_PeerIdentity *initiator)
 {
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Incomming connection from %s\n",
+  GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
+              "Incoming connection from %s\n",
               GNUNET_i2s_full (initiator));
   GNUNET_assert (NULL == ch);
   GNUNET_assert (NULL != lp);