aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-02-18 18:00:49 +0100
committerlurchi <lurchi@strangeplace.net>2017-02-18 18:01:52 +0100
commit0af32e03677ab1c8a819b376c8fa026d0ffa9144 (patch)
treed2b9cd59bfa9427a796ca360bd2710bc0ae4f2cf /src/cadet
parent0e10d8ba36a70a022d624de8344dca586d952c41 (diff)
downloadgnunet-0af32e03677ab1c8a819b376c8fa026d0ffa9144.tar.gz
gnunet-0af32e03677ab1c8a819b376c8fa026d0ffa9144.zip
loglevel MESSAGE for the incoming connection message + type
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/gnunet-cadet.c4
1 files changed, 2 insertions, 2 deletions
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,
332 struct GNUNET_CADET_Channel *channel, 332 struct GNUNET_CADET_Channel *channel,
333 const struct GNUNET_PeerIdentity *initiator) 333 const struct GNUNET_PeerIdentity *initiator)
334{ 334{
335 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 335 GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
336 "Incomming connection from %s\n", 336 "Incoming connection from %s\n",
337 GNUNET_i2s_full (initiator)); 337 GNUNET_i2s_full (initiator));
338 GNUNET_assert (NULL == ch); 338 GNUNET_assert (NULL == ch);
339 GNUNET_assert (NULL != lp); 339 GNUNET_assert (NULL != lp);