Fixed error message parameter.

This commit is contained in:
Armin Novak 2016-08-04 13:24:11 +02:00
parent fb36121ba9
commit ab4725dd5d

View File

@ -290,7 +290,7 @@ static UINT gdi_SurfaceCommand_ClearCodec(rdpGdi* gdi,
if (rc < 0)
{
WLog_ERR(TAG, "clear_decompress failure: %d", status);
WLog_ERR(TAG, "clear_decompress failure: %d", rc);
return ERROR_INTERNAL_ERROR;
}