daemon: improve log

This commit is contained in:
Nedko Arnaudov 2009-12-12 15:11:09 +02:00
parent 20492b6b44
commit 6680478859
1 changed files with 1 additions and 1 deletions

View File

@ -1228,7 +1228,7 @@ ladish_graph_add_port(
return false;
}
log_info("adding port '%s':'%s' (%p) to client '%s' in graph %s", client_ptr->name, name, port_handle, client_ptr->name, graph_ptr->opath != NULL ? graph_ptr->opath : "JACK");
log_info("adding port '%s' (%p) to client '%s' in graph %s", name, port_handle, client_ptr->name, graph_ptr->opath != NULL ? graph_ptr->opath : "JACK");
port_ptr = malloc(sizeof(struct ladish_graph_port));
if (port_ptr == NULL)