未验证 提交 70bc2581 编写于 作者: S SuslikV 提交者: GitHub

libobs: Fix log message

Refines warning message to make it clear for the end-user.

Module may fail to load by different reasons.
上级 17560bf8
......@@ -89,7 +89,7 @@ int obs_open_module(obs_module_t **module, const char *path,
mod.module = os_dlopen(path);
if (!mod.module) {
blog(LOG_WARNING, "Module '%s' not found", path);
blog(LOG_WARNING, "Module '%s' not loaded", path);
return MODULE_FILE_NOT_FOUND;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册