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:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/vnc/vnc_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vnc/vnc_plugin.c b/plugins/vnc/vnc_plugin.c
index 4fa7b627b..adecffff4 100644
--- a/plugins/vnc/vnc_plugin.c
+++ b/plugins/vnc/vnc_plugin.c
@@ -1716,7 +1716,7 @@ static gboolean remmina_plugin_vnc_open_connection(RemminaProtocolWidget *gp)
raw_server = remmina_plugin_service->file_get_string(remminafile, "server");
if (raw_server && strstr(raw_server, "unix://") == raw_server) {
- REMMINA_PLUGIN_AUDIT(_("Connected to %s via VNC"), server);
+ REMMINA_PLUGIN_AUDIT(_("Connected to %s via VNC"), raw_server);
} else {
remmina_plugin_service->get_server_port(raw_server,
VNC_DEFAULT_PORT,