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:
authorAntenore Gatta <antenore@simbiosi.org>2020-05-18 16:17:05 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-18 16:17:05 +0300
commite99887cd894e2a5db49ea64e50af25929e9cc015 (patch)
treef2ba8da7fb6b49f404ca8b5223927bb054e419d8 /src/remmina_mpchange.c
parent9f7a64d3d09410686863c7f4b1ebc17ee363b85a (diff)
New remmina_debug function, replaces remmina_log_print, remmina_log_printf and g_debug
remmina_debug is meant to be used in place of remmina_log_print, remmina_log_printf and g_debug, to print debug messages in the remmina log window and in the STDOUT
Diffstat (limited to 'src/remmina_mpchange.c')
-rw-r--r--src/remmina_mpchange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_mpchange.c b/src/remmina_mpchange.c
index e68aa8067..338b0e6bb 100644
--- a/src/remmina_mpchange.c
+++ b/src/remmina_mpchange.c
@@ -342,7 +342,7 @@ static gboolean remmina_file_multipasswd_changer_mt(gpointer d)
bu = remmina_public_gtk_builder_new_from_file("remmina_mpc.glade");
if (!bu) {
- remmina_log_printf("Unable to load the multiple password changer glade file interface\n");
+ remmina_debug("Unable to load the multiple password changer glade file interface\n");
return FALSE;
}