module: add debug while dlopen failed

This commit is contained in:
Wim Taymans 2022-04-25 15:09:37 +02:00
parent 1e46d114d0
commit 277447d8f9

View file

@ -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;
}