Skip to content
Snippets Groups Projects
Commit 22421a96 authored by oharboe's avatar oharboe
Browse files

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
parent b25574e1
No related branches found
No related tags found
No related merge requests found
...@@ -442,7 +442,7 @@ int ft2232_send_and_recv(jtag_command_t *first, jtag_command_t *last) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment