Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-10-27 17:30:19 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 17:07:13 +0300
commit509a59679fb70593a7cbf07872d3e75fdb9d2705 (patch)
treee3c624ef608c78c9c4222c85043bf643ea330583 /plugins
parent905a190566e5a0144df4a818e58f996f910f48ec (diff)
x2go_plugin.c: Environment variables are now printed in debug mode.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 34280f778..8c60eac2f 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -720,6 +720,10 @@ static gchar* rmplugin_x2go_spawn_pyhoca_process(guint argc, gchar* argv[],
}
g_printf("\n");
+ REMMINA_PLUGIN_DEBUG("%s", _("Started PyHoca-CLI with the "
+ "following environment variables:"));
+ REMMINA_PLUGIN_DEBUG("%s", g_strjoinv("\n", env));
+
if (!success_ret || (*error) || g_strcmp0(standard_out, "") == 0 || exit_code) {
if (!(*error)) {
REMMINA_PLUGIN_WARNING("%s", g_strdup_printf(