gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix log message format str


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix log message format str
Date: Thu, 16 Feb 2017 15:18:13 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6acad1349 fix log message format str
6acad1349 is described below

commit 6acad134965d7f6de9c122981e91a886c1c28b44
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 16 15:19:13 2017 +0100

    fix log message format str
---
 src/nat-auto/nat_auto_api_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nat-auto/nat_auto_api_test.c b/src/nat-auto/nat_auto_api_test.c
index dda0a3b41..c72b611bf 100644
--- a/src/nat-auto/nat_auto_api_test.c
+++ b/src/nat-auto/nat_auto_api_test.c
@@ -553,7 +553,7 @@ GNUNET_NAT_AUTO_test_start (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
                                          nh);
     }
     LOG (GNUNET_ERROR_TYPE_INFO,
-        "NAT test listens on port %u (%s)\n",
+        "NAT test listens on port %llu (%s)\n",
         bnd_port,
         (IPPROTO_TCP == proto) ? "tcp" : "udp");
     nh->nat = GNUNET_NAT_register (cfg,

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



reply via email to

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