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-11-19 13:33:28 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-23 18:32:35 +0300
commit8cf79798452f9481efba829c96c6a4225ca301e4 (patch)
treeab4c1647ca8397ee148800c176ee984c46cba8ca /src/remmina.c
parent5a155c3c04167067b9c359b4c8ec7f4b53241795 (diff)
remmina.c: Improve readabilty of running-debug-mode instructions and fix compiler warnings.
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 58413c186..e3f9abbc2 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -330,13 +330,15 @@ int main(int argc, char *argv[])
// Give the less familiar with GLib a tip on where to get
// more debugging information.
if(!getenv("G_MESSAGES_DEBUG")) {
- g_message(_("Remmina does not log all output statements. To enable a "
+ g_message(g_strdup_printf("%s\n%s\n",
+ _("Remmina does not log all output statements. To enable a "
"more verbose output please use G_MESSAGES_DEBUG=all as an "
- "environment variable. "),
+ "environment variable."),
// TRANSLATORS: This link should point to a resource explaining
// TRANSLATORS: how to get Remmina to log debug statements.
- _("For more information, please visit the Remmina Wiki: "
- "https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging"));
+ _("For more information, please visit the Remmina Wiki:\n"
+ "https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging")
+ ));
}
/* Enable wayland backend only after GTK 3.22.27 or the clipboard