Improved log messages

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3549 0c269be4-1314-0410-8aa9-9f06e86f4224
This commit is contained in:
nedko 2009-05-24 19:54:09 +00:00
parent 9e9cab8a4b
commit 747a847639
1 changed files with 3 additions and 1 deletions

View File

@ -423,7 +423,7 @@ jack_controller_patchbay_new_port(
const char *port_short_name;
size_t client_name_len;
//jack_info("name: %s", port_full_name);
//jack_info("new port: %s", port_full_name);
port_short_name = strchr(port_full_name, ':');
if (port_short_name == NULL)
@ -489,6 +489,8 @@ jack_controller_patchbay_remove_port(
struct jack_controller_patchbay *patchbay_ptr,
struct jack_graph_port *port_ptr)
{
//jack_info("remove port: %s", port_ptr->name);
pthread_mutex_lock(&patchbay_ptr->lock);
list_del(&port_ptr->siblings_client);
list_del(&port_ptr->siblings_graph);