X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Fvsllink.c;h=56f92abe9ffa329c8fc3839d336399009c0dc943;hb=f90d8fa45f2d4c9d4b7990f198b232ee55cbb4e1;hp=41a9190938e933e5d770f3ce9763cc2ab3ce62c9;hpb=6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa;p=fw%2Fopenocd diff --git a/src/jtag/vsllink.c b/src/jtag/vsllink.c index 41a919093..56f92abe9 100644 --- a/src/jtag/vsllink.c +++ b/src/jtag/vsllink.c @@ -298,7 +298,7 @@ static int vsllink_execute_queue(void) switch (cmd->type) { case JTAG_RUNTEST: - DEBUG_JTAG_IO( "runtest %i cycles, end in %s", cmd->cmd.runtest->num_cycles, \ + DEBUG_JTAG_IO("runtest %i cycles, end in %s", cmd->cmd.runtest->num_cycles, \ tap_state_name(cmd->cmd.runtest->end_state)); vsllink_end_state(cmd->cmd.runtest->end_state); @@ -377,7 +377,7 @@ static int vsllink_execute_queue(void) scan_size = 0; break; /* above stable states are OK */ default: - LOG_ERROR( "jtag_add_clocks() was called with TAP in non-stable state \"%s\"", + LOG_ERROR("jtag_add_clocks() was called with TAP in non-stable state \"%s\"", tap_state_name(tap_get_state()) ); exit(-1); }