John McCarthy <jgmcc@magma.ca> formatting fix of debug output
git-svn-id: svn://svn.berlios.de/openocd/trunk@1300 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
b25574e16a
commit
22421a9657
|
@ -442,7 +442,7 @@ int ft2232_send_and_recv(jtag_command_t *first, jtag_command_t *last)
|
||||||
timeval_subtract(&d_inter2, &inter2, &start);
|
timeval_subtract(&d_inter2, &inter2, &start);
|
||||||
timeval_subtract(&d_end, &end, &start);
|
timeval_subtract(&d_end, &end, &start);
|
||||||
|
|
||||||
LOG_INFO("inter: %i.%i, inter2: %i.%i end: %i.%i", d_inter.tv_sec, d_inter.tv_usec, d_inter2.tv_sec, d_inter2.tv_usec, d_end.tv_sec, d_end.tv_usec);
|
LOG_INFO("inter: %i.%06i, inter2: %i.%06i end: %i.%06i", d_inter.tv_sec, d_inter.tv_usec, d_inter2.tv_sec, d_inter2.tv_usec, d_end.tv_sec, d_end.tv_usec);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue