mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user