bumped a LOG_INFO to LOG_DEBUG level to reduce excessive output for normal execution
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 22 Dec 2008 10:27:53 +0000 (10:27 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 22 Dec 2008 10:27:53 +0000 (10:27 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1265 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/dummy.c

index a3a0a1aa9ae28de46530c24e0a7f83b4da01a86c..bfdf0dcccfe37c757b8248f85d5c0ad19f96fb68 100644 (file)
@@ -90,7 +90,7 @@ void dummy_write(int tck, int tms, int tdi)
                        int old_state = dummy_state;\r
                        dummy_state = tap_state_transition( dummy_state, tms );\r
                        if( old_state != dummy_state )\r
-                               LOG_INFO( "dummy_tap=%s", jtag_state_name(dummy_state) );\r
+                               LOG_DEBUG( "dummy_tap=%s", jtag_state_name(dummy_state) );\r
                }\r
                dummy_clock = tck;\r
        }\r