mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
module: add debug while dlopen failed
This commit is contained in:
parent
1e46d114d0
commit
277447d8f9
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ pw_context_load_module(struct pw_context *context,
|
|||
if (hnd != NULL)
|
||||
break;
|
||||
|
||||
pw_log_debug("open failed: %s", dlerror());
|
||||
free(filename);
|
||||
filename = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue