Skip to content

Commit

Permalink
Updating log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Dec 20, 2023
1 parent 806bce3 commit 9af1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxrdp/xrdp_sec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ xrdp_sec_process_mcs_data_CS_CORE(struct xrdp_sec *self, struct stream *s)
}
if (earlyCapabilityFlags & RNS_UD_CS_SUPPORT_DYNVC_GFX_PROTOCOL)
{
LOG_DEVEL(LOG_LEVEL_INFO, "client supports gfx");
LOG(LOG_LEVEL_INFO, "client supports gfx protocol");
self->rdp_layer->client_info.gfx = 1;
}
else
Expand Down

0 comments on commit 9af1d14

Please sign in to comment.