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-02 02:04:23 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-10-02 02:04:58 +0300
commiteacc2d5045c34f2a32a1ae273fe12172437e3aca (patch)
treeb3126b385fbfecd1cfc4f6365feb2f6593441f6c /plugins
parentfb17329308ed3971bb630aa8fce22a8c80937c59 (diff)
remmina_file_editor.c: Adjust some error messages to make more sense.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 8a0eb7ecc..d3eda00df 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -1297,7 +1297,8 @@ static gpointer rmplugin_x2go_main_thread(RemminaProtocolWidget* gp)
{
TRACE_CALL(__func__);
if (!gp) {
- REMMINA_PLUGIN_CRITICAL("%s", _("RemminaProtocolWidget* gp is null!"));
+ REMMINA_PLUGIN_CRITICAL("%s", _("Internal error: RemminaProtocolWidget* "
+ "gp is NULL!"));
return NULL;
}