BUG: prefix to timeout for gdb keep alive packets.
git-svn-id: svn://svn.berlios.de/openocd/trunk@844 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
2341c99e20
commit
495f257980
|
@ -356,7 +356,7 @@ void keep_alive()
|
|||
current_time=timeval_ms();
|
||||
if (current_time-last_time>1000)
|
||||
{
|
||||
LOG_WARNING("keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (%lld)", current_time-last_time);
|
||||
LOG_WARNING("BUG: keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (%lld)", current_time-last_time);
|
||||
last_time=current_time;
|
||||
} else if (current_time-last_time>500)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue