aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
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);