From: lurchi Date: Sat, 18 Feb 2017 17:00:49 +0000 (+0100) Subject: loglevel MESSAGE for the incoming connection message + type X-Git-Tag: taler-0.2.1~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0af32e03677ab1c8a819b376c8fa026d0ffa9144;p=oweals%2Fgnunet.git loglevel MESSAGE for the incoming connection message + type --- diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c index d4286a1b0..a08c178f4 100644 --- a/src/cadet/gnunet-cadet.c +++ b/src/cadet/gnunet-cadet.c @@ -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);