Commit 85f5304f authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

Made message "Resource not found" WARN.

parent d6fdbfd7
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment