Skip to content
Snippets Groups Projects
Commit 99fe9c81 authored by oharboe's avatar oharboe
Browse files

bumped a LOG_INFO to LOG_DEBUG level to reduce excessive output for normal execution

git-svn-id: svn://svn.berlios.de/openocd/trunk@1265 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3805e53f
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ void dummy_write(int tck, int tms, int tdi)
int old_state = dummy_state;
dummy_state = tap_state_transition( dummy_state, tms );
if( old_state != dummy_state )
LOG_INFO( "dummy_tap=%s", jtag_state_name(dummy_state) );
LOG_DEBUG( "dummy_tap=%s", jtag_state_name(dummy_state) );
}
dummy_clock = tck;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment