mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
libobs: Include plugin path in log error message
This commit is contained in:
+4
-2
@@ -299,8 +299,10 @@ static void load_all_callback(void *param, const struct obs_module_info2 *info)
|
||||
}
|
||||
|
||||
if (!can_load_obs_plugin) {
|
||||
blog(LOG_WARNING, "Skipping module '%s' due to possible "
|
||||
"import conflicts");
|
||||
blog(LOG_WARNING,
|
||||
"Skipping module '%s' due to possible "
|
||||
"import conflicts",
|
||||
info->bin_path);
|
||||
goto load_failure;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user