ladishd: fix the previous commit

The previous commit accidentally removed a log dump call.
This commit is contained in:
Nedko Arnaudov 2011-05-19 23:17:46 +03:00
parent 62a15d55e2
commit 03d8d0c52e
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ static void client_appeared(void * context, uint64_t id, const char * jack_name)
log_info("found existing client");
if (ladish_client_get_jack_id(client) != 0)
{
ladish_graph_dump(virtualizer_ptr->jack_graph);
log_error("Ignoring client with duplicate name '%s' ('%s')", name, jack_name);
goto exit;
}