From 60840a378b37ee4d032f9d6d4552f41d091088f9 Mon Sep 17 00:00:00 2001 From: nedko Date: Sat, 7 Jun 2008 17:18:29 +0000 Subject: [PATCH] Print message in jackdbus log when client gets out of graph git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2484 0c269be4-1314-0410-8aa9-9f06e86f4224 --- linux/dbus/controller_iface_patchbay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/dbus/controller_iface_patchbay.c b/linux/dbus/controller_iface_patchbay.c index 3b1fde74..84391404 100644 --- a/linux/dbus/controller_iface_patchbay.c +++ b/linux/dbus/controller_iface_patchbay.c @@ -379,6 +379,8 @@ jack_controller_patchbay_destroy_client( struct jack_controller_patchbay *patchbay_ptr, struct jack_graph_client *client_ptr) { + jack_info("Client '%s' with PID %d is out", client_ptr->name, client_ptr->pid); + pthread_mutex_lock(&patchbay_ptr->lock); list_del(&client_ptr->siblings); patchbay_ptr->graph.version++;