Fixed error log for avc420_decompress failures.
This commit is contained in:
parent
8ae6b463ea
commit
d06c3980a0
@ -455,7 +455,7 @@ static UINT gdi_SurfaceCommand_AVC420(rdpGdi* gdi,
|
||||
|
||||
if (rc < 0)
|
||||
{
|
||||
WLog_WARN(TAG, "avc420_decompress failure: %"PRIu32", ignoring update.", status);
|
||||
WLog_WARN(TAG, "avc420_decompress failure: %"PRId32", ignoring update.", rc);
|
||||
return CHANNEL_RC_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user