[X2Go-Commits] [libx2goclient] 03/04: src/x2goclient-network-ssh.c: log debug message for master connection process disposal.

git-admin at x2go.org git-admin at x2go.org
Sat Jan 18 13:21:23 CET 2020


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 98e5ddc6808b3bff442c02eb71c79c6901f085ce
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jan 18 11:14:25 2020 +0100

    src/x2goclient-network-ssh.c: log debug message for master connection process disposal.
---
 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 fc08760..4a13184 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -579,6 +579,8 @@ static gboolean x2goclient_network_ssh_kill_subprocesses (X2GoClientNetworkSSH *
 
   if (self->master_conn) {
     /* Cleanup, if necessary. */
+    g_log (NULL, G_LOG_LEVEL_DEBUG, "Master connection cleanup required.");
+
     g_subprocess_force_exit (self->master_conn);
 
     GCancellable *wait_cancel = g_cancellable_new ();

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list