BUG: prefix to timeout for gdb keep alive packets.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 20 Jul 2008 18:26:08 +0000 (18:26 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 20 Jul 2008 18:26:08 +0000 (18:26 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@844 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/log.c

index ca9f0a7b45d1dadc4cdb2acb9844092c6d348c28..f210b6d017cc8c8fa33cddbc620d4074896c9674 100644 (file)
@@ -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)
        {