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

x2go pushed a commit to branch master
in repository libx2goclient.

commit bb23e7a5a1e07a3e38fc5c67d9415a08a37bb101
Author: Mihai Moldovan <io...@ionic.de>
Date:   Mon Jun 29 14:26:50 2020 +0200

    src/x2goclient-network-ssh.c: add debug log line for portspec.
---
 src/x2goclient-network-ssh.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 5405ddc..a515f85 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -320,6 +320,8 @@ static guint16 x2goclient_network_ssh_parse_sockspec_port 
(const GString * const
   g_return_val_if_fail (((NULL == gerr) || (NULL == *gerr)), ret);
 
   if (':' == portspec->str[0]) {
+    g_log (NULL, G_LOG_LEVEL_DEBUG, "portspec: %s", portspec->str);
+
     /*
      * In the worst case, portspec->str[1] will point to a terminating NULL
      * character, but that's non-critical.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/libx2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to