Browse Source

Improved log messages

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3549 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.3
nedko 16 years ago
parent
commit
747a847639
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      dbus/controller_iface_patchbay.c

+ 3
- 1
dbus/controller_iface_patchbay.c 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);


Loading…
Cancel
Save