[X2Go-Commits] [libx2goclient] 30/44: src/x2goclient-network-ssh.c: fix typo in debug message.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 18 01:55:39 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 115cda27322e6a335af016eac924e7dd9119c79c
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Sep 7 23:46:54 2020 +0200
src/x2goclient-network-ssh.c: fix typo in debug message.
---
src/x2goclient-network-ssh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index c67b67e..dff177d 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1558,7 +1558,7 @@ static gboolean x2goclient_network_ssh_check_timeout (const gpointer data) {
g_ptr_array_add (ssh_cmd, NULL);
/* Okay, execute. */
- x2goclient_network_ssh_gptrarray_print_debug (ssh_cmd, "Checking master connection statuus via:", "OpenSSH client command");
+ x2goclient_network_ssh_gptrarray_print_debug (ssh_cmd, "Checking master connection status via:", "OpenSSH client command");
g_log (NULL, G_LOG_LEVEL_DEBUG, "Launching!");
ret = x2goclient_network_ssh_start_sshcmd (self, ssh_cmd, NULL, FALSE);
--
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