made warning about keep_alive() not being invoked more helpful
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 5 May 2009 12:07:02 +0000 (12:07 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 5 May 2009 12:07:02 +0000 (12:07 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1606 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/log.c

index 8eea1ac0a8e1f540eb5deba02f95b60aa02e3f79..c603c7e18cc5e3d9dab5113cc8122cb2ee259318 100644 (file)
@@ -389,7 +389,7 @@ void keep_alive()
        current_time=timeval_ms();
        if (current_time-last_time>1000)
        {
-               LOG_WARNING("BUG: keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (%lld)", current_time-last_time);
+               LOG_WARNING("keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (%lld). Workaround: increase \"set remotetimeout\" in GDB", current_time-last_time);
        }
        if (current_time-last_time>500)
        {