mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed broken DEBUG_RDP log message.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user