diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2016-12-15 21:26:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-15 21:26:41 -0800 |
| commit | d4e96f0c4c1066232e09063ca140e7a72d024882 (patch) | |
| tree | 183af39ea38c1df6c63ada65a4ce2aaf32938c4d /xrdp/xrdp_mm.c | |
| parent | 4462d22bf16f17a1561b529a5970cbf93d4a9458 (diff) | |
| parent | 469735404432b19bab7b9b5cf5eda2ce21a6a136 (diff) | |
| download | xrdp-proprietary-d4e96f0c4c1066232e09063ca140e7a72d024882.tar.gz xrdp-proprietary-d4e96f0c4c1066232e09063ca140e7a72d024882.zip | |
Merge pull request #531 from speidy/surface_cmds
xrdp_encoder: make RemoteFX work with MSTSC client
Diffstat (limited to 'xrdp/xrdp_mm.c')
| -rw-r--r-- | xrdp/xrdp_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c index 715a18fc..07c69327 100644 --- a/xrdp/xrdp_mm.c +++ b/xrdp/xrdp_mm.c @@ -2291,7 +2291,7 @@ xrdp_mm_frame_ack(struct xrdp_mm *self, int frame_id) { int ex; - LLOGLN(0, ("xrdp_mm_frame_ack:")); + LLOGLN(10, ("xrdp_mm_frame_ack:")); self->encoder->frame_id_client = frame_id; if (self->wm->client_info->use_frame_acks == 0) { |
