summaryrefslogtreecommitdiffstats
path: root/polyp/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/module.c')
-rw-r--r--polyp/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/module.c b/polyp/module.c
index 3fb42d87..9ecdfe29 100644
--- a/polyp/module.c
+++ b/polyp/module.c
@@ -135,6 +135,8 @@ static void pa_module_free(struct pa_module *m) {
if (m->core->disallow_module_loading)
return;
+ pa_log(__FILE__": Unloading \"%s\" (index: #%u).\n", m->name, m->index);
+
m->done(m->core, m);
lt_dlclose(m->dl);