From 3b27fb051e97f690d4d9abb3afa8df1a28582d5e Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Thu, 21 May 2020 21:36:38 +0200 Subject: Set macro name to uppercase --- plugins/rdp/rdp_channels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/rdp/rdp_channels.c') diff --git a/plugins/rdp/rdp_channels.c b/plugins/rdp/rdp_channels.c index 09e58adfd..3235d930b 100644 --- a/plugins/rdp/rdp_channels.c +++ b/plugins/rdp/rdp_channels.c @@ -79,7 +79,7 @@ void remmina_rdp_OnChannelConnectedEventHandler(rdpContext* context, ChannelConn if (rfi->scale == REMMINA_PROTOCOL_WIDGET_SCALE_MODE_DYNRES) { remmina_rdp_event_send_delayed_monitor_layout(rfi->protocol_widget); } - }remmina_plugin_debug("Channel %s has been opened", e->name); + }REMMINA_PLUGIN_DEBUG("Channel %s has been opened", e->name); } void remmina_rdp_OnChannelDisconnectedEventHandler(rdpContext* context, ChannelConnectedEventArgs* e) @@ -91,6 +91,6 @@ void remmina_rdp_OnChannelDisconnectedEventHandler(rdpContext* context, ChannelC if (rfi->settings->SoftwareGdi) gdi_graphics_pipeline_uninit(context->gdi, (RdpgfxClientContext*) e->pInterface); } - remmina_plugin_debug("Channel %s has been closed", e->name); + REMMINA_PLUGIN_DEBUG("Channel %s has been closed", e->name); } -- cgit v1.2.3