mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Made message "Resource not found" WARN.
This commit is contained in:
parent
d6fdbfd707
commit
85f5304fa5
@ -202,7 +202,8 @@ HRSRC32 WINAPI FindResourceEx32W( HMODULE32 hModule, LPCWSTR type,
|
||||
}
|
||||
|
||||
if ( !hrsrc )
|
||||
ERR(resource,"0x%08x(%s) %s(%s) not found!\n", hModule,wm->modname, debugres_w (name), debugres_w (type));
|
||||
WARN(resource,"0x%08x(%s) %s(%s) not found!\n",
|
||||
hModule,wm->modname, debugres_w (name), debugres_w (type));
|
||||
|
||||
return hrsrc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user