From 3bc0ca1b1481c196d1857d4ece0acd37b4fcba3e Mon Sep 17 00:00:00 2001 From: Chris Chapman Date: Thu, 5 Jan 2023 16:11:51 -0500 Subject: This should be a message instead of a info print. So that the user can see it by default. --- plugins/x2go/x2go_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c index 50020202d..37ca27279 100644 --- a/plugins/x2go/x2go_plugin.c +++ b/plugins/x2go/x2go_plugin.c @@ -2273,7 +2273,7 @@ static gchar* rmplugin_x2go_ask_session(RemminaProtocolWidget *gp, GError **erro // Every 5 seconds if (counter % 10 == 0 || counter == 0) { - REMMINA_PLUGIN_INFO("%s", _("Waiting for user to select a session…")); + REMMINA_PLUGIN_MESSAGE("%s", _("Waiting for user to select a session…")); } counter++; } -- cgit v1.2.3