summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-dbus.c
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2009-08-24 14:26:13 +0300
committerTanu Kaskinen <tanuk@iki.fi>2009-08-24 14:26:13 +0300
commit57886ff34ac39dae709cb50cbc7fbbf817df534b (patch)
tree14b9b561affbbd70c98ce376763fbb0e013aeefb /src/pulsecore/protocol-dbus.c
parent7049b3c5bc351b9ea7ed932baa5bf7ccc1b67347 (diff)
dbus-protocol: Print a debug line whenever interfaces are unregistered.
Diffstat (limited to 'src/pulsecore/protocol-dbus.c')
-rw-r--r--src/pulsecore/protocol-dbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/protocol-dbus.c b/src/pulsecore/protocol-dbus.c
index cf561c83..d1e19ff3 100644
--- a/src/pulsecore/protocol-dbus.c
+++ b/src/pulsecore/protocol-dbus.c
@@ -694,6 +694,8 @@ int pa_dbus_protocol_remove_interface(pa_dbus_protocol *p, const char* path, con
update_introspection(obj_entry);
+ pa_log_debug("Interface %s removed from object %s", iface_entry->name, obj_entry->path);
+
pa_xfree(iface_entry->name);
pa_hashmap_free(iface_entry->method_handlers, method_handler_free_cb, NULL);
pa_hashmap_free(iface_entry->property_handlers, property_handler_free_cb, NULL);