daemon: fix use of unused variable

This commit is contained in:
Nedko Arnaudov 2009-12-21 00:07:51 +02:00
parent 49e18befb1
commit 0218ebda7e
1 changed files with 1 additions and 1 deletions

View File

@ -1935,7 +1935,7 @@ void ladish_graph_dump(ladish_graph_handle graph_handle)
connection_ptr->port2_ptr->client_ptr->name,
connection_ptr->port2_ptr->name,
connection_ptr->changing ? " [changing]" : "");
dump_dict(" ", ladish_port_get_dict(port_ptr->port));
dump_dict(" ", connection_ptr->dict);
}
}