[SHELL32] Demote an ERR to WARN

This commit is contained in:
Mark Jansen 2019-08-04 02:42:31 +02:00
parent a058e680b6
commit 5d7ae44059
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -386,7 +386,7 @@ CDefaultContextMenu::LoadDynamicContextMenuHandler(HKEY hKey, const CLSID *pclsi
hr = pExtInit->Initialize(m_pidlFolder, m_pDataObj, hKey);
if (FAILED(hr))
{
ERR("IShellExtInit::Initialize failed.clsid %s hr 0x%x\n", wine_dbgstr_guid(pclsid), hr);
WARN("IShellExtInit::Initialize failed.clsid %s hr 0x%x\n", wine_dbgstr_guid(pclsid), hr);
return hr;
}