gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: loglevel MESSAGE for the in


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: loglevel MESSAGE for the incoming connection message + type
Date: Sat, 18 Feb 2017 18:01:58 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0af32e036 loglevel MESSAGE for the incoming connection message + type
0af32e036 is described below

commit 0af32e03677ab1c8a819b376c8fa026d0ffa9144
Author: lurchi <address@hidden>
AuthorDate: Sat Feb 18 18:00:49 2017 +0100

    loglevel MESSAGE for the incoming connection message + type
---
 src/cadet/gnunet-cadet.c | 4 ++--
 1 file 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,
                   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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]