Update error message when update_read* function failed

This commit is contained in:
ehdgks0627 2023-08-02 21:20:04 +09:00 committed by akallabeth
parent 8e3d72e814
commit 105ce6c56b
1 changed files with 1 additions and 1 deletions

View File

@ -3487,7 +3487,7 @@ static BOOL read_primary_order(wLog* log, const char* orderName, wStream* s,
if (!rc)
{
WLog_Print(log, WLOG_ERROR, "%s - update_read_dstblt_order() failed", orderName);
WLog_Print(log, WLOG_WARN, "Read Primary Drawing Order %s failed", orderName);
return FALSE;
}