[X2Go-Commits] [libx2goclient] 08/132: src/x2goclient-network-ssh.c: change "would" to "will" in debug message before actually spawning the master connection in x2goclient_network_ssh_parent_connect ().
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:28 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 18f20df94032ca331c9c91c8124fc08a1b064741
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Oct 31 02:29:56 2020 +0100
src/x2goclient-network-ssh.c: change "would" to "will" in debug message before actually spawning the master connection in x2goclient_network_ssh_parent_connect ().
We're really in for it and not just pretending.
---
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 6af22b1..6e1565a 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -929,7 +929,7 @@ static gboolean x2goclient_network_ssh_parent_connect (X2GoClientNetwork * const
}
if (ret) {
- x2goclient_network_ssh_gptrarray_print_debug (ssh_cmd, "Would try to connect via:", "OpenSSH client command");
+ x2goclient_network_ssh_gptrarray_print_debug (ssh_cmd, "Will try to connect via:", "OpenSSH client command");
g_log (NULL, G_LOG_LEVEL_DEBUG, "Launching!");
ret = x2goclient_network_ssh_start_sshcmd (self, ssh_cmd, gerr, TRUE);
--
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