diff options
| author | speidy <speidy@gmail.com> | 2016-12-02 06:55:53 -0500 |
|---|---|---|
| committer | speidy <speidy@gmail.com> | 2016-12-08 20:12:00 -0500 |
| commit | 8a0fec5e66e88926d2d1b57cc74a70119e23147c (patch) | |
| tree | 39be0d554b019bd2a39516508b8d460fbd36210e /xrdp/xrdp_mm.c | |
| parent | 731d4be6700beffa7f9710e96285707cec27a535 (diff) | |
| download | xrdp-proprietary-8a0fec5e66e88926d2d1b57cc74a70119e23147c.tar.gz xrdp-proprietary-8a0fec5e66e88926d2d1b57cc74a70119e23147c.zip | |
o send RFX tiles as stream (Stream Surface Bits Command)
o silent frame ack logging
o support surface commands in capsets
o fix some wrong constants
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) { |
