Fixed broken DEBUG_RDP log message.

This commit is contained in:
Armin Novak
2018-11-21 09:55:38 +01:00
parent d8d30a0554
commit a97bf21109

View File

@@ -379,8 +379,8 @@ static int fastpath_recv_update(rdpFastPath* fastpath, BYTE updateCode, wStream*
context = update->context;
pointer = update->pointer;
#ifdef WITH_DEBUG_RDP
DEBUG_RDP("recv Fast-Path %s Update (0x%02"PRIX8"), length:%"PRIu32"",
fastpath_update_to_string(updateCode), updateCode, size);
DEBUG_RDP("recv Fast-Path %s Update (0x%02"PRIX8"), length:%"PRIuz"",
fastpath_update_to_string(updateCode), updateCode, Stream_GetRemainingLength(s));
#endif
switch (updateCode)