]> code.delx.au - pulseaudio/commitdiff
dbus-protocol: Print a debug line whenever interfaces are unregistered.
authorTanu Kaskinen <tanuk@iki.fi>
Mon, 24 Aug 2009 11:26:13 +0000 (14:26 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 24 Aug 2009 11:26:13 +0000 (14:26 +0300)
src/pulsecore/protocol-dbus.c

index cf561c83886c3aa14a9916957401430254da5b19..d1e19ff36f82078893b52a1bf8efd5b048d4a154 100644 (file)
@@ -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);