gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 09/17: log at DEBUG level


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 09/17: log at DEBUG level
Date: Mon, 09 Jan 2017 21:19:15 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 17c50a3b427229b7203c4748a071286663d0272e
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 9 08:49:44 2017 +0100

    log at DEBUG level
---
 src/nat/gnunet-service-nat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 6ef0dce5e..8f9e9f7fe 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1053,7 +1053,7 @@ run_scan (void *cls)
        const struct sockaddr_in *s4
          = (const struct sockaddr_in *) &pos->addr;
        
-       GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
+       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                    "Found NATed local address %s, starting NAT server\n",
                    GNUNET_a2s ((void *) &pos->addr, sizeof (*s4)));
        pos->hc = GN_start_gnunet_nat_server_ (&s4->sin_addr,

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



reply via email to

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