提交 0a700dbc 编写于 作者: J jpark37

libobs: Remove log entry for CoInitializeEx pass

Remove entry from the top of the log. Always returns S_FALSE, and that's
unlikely to change.
上级 63cbcc5d
......@@ -1264,9 +1264,7 @@ bool initialize_com(void)
{
const HRESULT hr = CoInitializeEx(0, COINIT_APARTMENTTHREADED);
const bool success = SUCCEEDED(hr);
if (success)
blog(LOG_INFO, "CoInitializeEx succeeded: 0x%08X", hr);
else
if (!success)
blog(LOG_ERROR, "CoInitializeEx failed: 0x%08X", hr);
return success;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册