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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 849144365bdb3d36ee246757e0bfe0c8572c5200
Author: Mihai Moldovan <io...@ionic.de>
Date:   Fri Sep 18 01:45:40 2020 +0200

    src/x2goclient-network-ssh.c: add debugging output for check thread main 
function.
---
 src/x2goclient-network-ssh.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 607c41e..d130cac 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1469,9 +1469,12 @@ static gpointer 
x2goclient_network_ssh_check_timeout_thread_main (const gpointer
   g_main_context_push_thread_default (self->check_thread_context);
   g_mutex_unlock (&(self->check_thread_mutex));
 
+  g_log (NULL, G_LOG_LEVEL_DEBUG, "Starting main loop in main function in 
check timeout thread.");
   /* Execute main loop. */
   g_main_loop_run (self->check_thread_loop);
 
+  g_log (NULL, G_LOG_LEVEL_DEBUG, "Main loop of check timeout thread 
terminated.");
+
   g_mutex_lock (&(self->check_thread_mutex));
   /* Clean up everything after g_main_loop_run () returned. */
   g_main_loop_unref (self->check_thread_loop);
@@ -1485,6 +1488,8 @@ static gpointer 
x2goclient_network_ssh_check_timeout_thread_main (const gpointer
   self->check_thread_context = NULL;
   g_mutex_unlock (&(self->check_thread_mutex));
 
+  g_log (NULL, G_LOG_LEVEL_DEBUG, "Terminating main function of check timeout 
thread.");
+
   return (ret);
 }
 

--
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