Fix dbg() call

This commit is contained in:
Rodrigo Arias 2023-02-23 20:04:32 +01:00 committed by Rodrigo Arias Mallo
parent c39e75a8d5
commit 8c509475f9

View File

@ -121,9 +121,8 @@ cb_input(struct chan *in_chan, void *ptr)
}
char buf[128];
UNUSED(buf);
dbg("setting output chan %s to value %s",
mux->output->name, value_str(out_value, buf));
input->output->name, value_str(out_value, buf));
if (chan_set(input->output, out_value) != 0) {
err("chan_set() failed");