Made message "Resource not found" WARN.

This commit is contained in:
Pavel Roskin 1999-02-25 16:37:46 +00:00 committed by Alexandre Julliard
parent d6fdbfd707
commit 85f5304fa5
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}