gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 69/219: singleipconnect: show port in the verbose "


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 69/219: singleipconnect: show port in the verbose "Trying ..." message
Date: Wed, 22 May 2019 19:16:48 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 4f463da6b5f93c586f1e5b40e7b27a3800baf7e5
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Apr 11 08:43:33 2019 +0200

    singleipconnect: show port in the verbose "Trying ..." message
    
    To aid debugging better.
---
 lib/connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/connect.c b/lib/connect.c
index a53d79c21..e2d31a9b3 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -1028,7 +1028,7 @@ static CURLcode singleipconnect(struct connectdata *conn,
     Curl_closesocket(conn, sockfd);
     return CURLE_OK;
   }
-  infof(data, "  Trying %s...\n", ipaddress);
+  infof(data, "  Trying %s:%ld...\n", ipaddress, port);
 
 #ifdef ENABLE_IPV6
   is_tcp = (addr.family == AF_INET || addr.family == AF_INET6) &&

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



reply via email to

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