mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -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)
|
if (hnd != NULL)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
pw_log_debug("open failed: %s", dlerror());
|
||||||
free(filename);
|
free(filename);
|
||||||
filename = NULL;
|
filename = NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue