Merge pull request #3212 from matt335672/v0_10_fix_bad_cache_message

[V0.10] Fix misreported cache size
This commit is contained in:
matt335672 2024-08-19 09:46:17 +01:00 committed by GitHub
commit 6a14a1cc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -489,7 +489,7 @@ xrdp_caps_process_offscreen_bmpcache(struct xrdp_rdp *self, struct stream *s,
in_uint16_le(s, i32);
self->client_info.offscreen_cache_entries = i32;
LOG(LOG_LEVEL_INFO, "xrdp_process_offscreen_bmpcache: support level %d "
"cache size %d MB cache entries %d",
"cache size %d bytes cache entries %d",
self->client_info.offscreen_support_level,
self->client_info.offscreen_cache_size,
self->client_info.offscreen_cache_entries);