[SHELL32] Demote an ERR to WARN
authorMark Jansen <mark.jansen@reactos.org>
Sun, 4 Aug 2019 00:42:31 +0000 (02:42 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Sat, 19 Oct 2019 16:41:52 +0000 (18:41 +0200)
dll/win32/shell32/CDefaultContextMenu.cpp

index a57b532..55e0121 100644 (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;
     }