https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5d7ae44059399f633f956…
commit 5d7ae44059399f633f956c8010c8944af9003746
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sun Aug 4 02:42:31 2019 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sat Oct 19 18:41:52 2019 +0200
[SHELL32] Demote an ERR to WARN
---
dll/win32/shell32/CDefaultContextMenu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/shell32/CDefaultContextMenu.cpp
b/dll/win32/shell32/CDefaultContextMenu.cpp
index a57b5324fce..55e0121a749 100644
--- a/dll/win32/shell32/CDefaultContextMenu.cpp
+++ b/dll/win32/shell32/CDefaultContextMenu.cpp
@@ -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;
}