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>2019-10-09 18:19:41 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-10-09 18:19:41 +0300
commit4f4fff299901b7b1588045864f6228d1ac4714ad (patch)
treed83fe1c5189b39fce7bca014dc16f67dfb547755 /src/remmina_log.c
parent2604fe80bf1f55b397b2d01056ac44436503f9ff (diff)
Removing uneeded log
Diffstat (limited to 'src/remmina_log.c')
-rw-r--r--src/remmina_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remmina_log.c b/src/remmina_log.c
index bb580314d..62a8c8b94 100644
--- a/src/remmina_log.c
+++ b/src/remmina_log.c
@@ -140,7 +140,6 @@ void remmina_log_start(void)
g_signal_connect(G_OBJECT(log_window), "destroy", G_CALLBACK(remmina_log_end), NULL);
gtk_widget_show(log_window);
}
- remmina_log_print("Welcome to the remmina log window\n");
if (remmina_stat_sender_can_send())
remmina_log_print("Shortcut keys for stats:\n"
"\tCTRL+S: collect, show and send stats\n"