libobs: Include plugin path in log error message
This commit is contained in:
parent
ec3ea46516
commit
de01cfc063
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user