trans_logger: fix debugging code

This commit is contained in:
Thomas Schoebel-Theuer 2013-03-31 20:29:40 +02:00 committed by Thomas Schoebel-Theuer
parent da35c04afd
commit 77470b2688
1 changed files with 1 additions and 1 deletions

View File

@ -2375,7 +2375,7 @@ void _init_inputs(struct trans_logger_brick *brick, bool is_first)
CHECK_PTR(input, done);
if (input->is_operating || !input->connect) {
MARS_IO("cannot yet switch over to %d (is_operating = %d connect = %p)\n", nr, input->is_operating, input->connect);
MARS_IO("cannot yet switch over to %d (is_operating = %d connect = %p)\n", new_nr, input->is_operating, input->connect);
goto done;
}