diff --git a/src/helper/log.c b/src/helper/log.c
index 8eea1ac0a8e1f540eb5deba02f95b60aa02e3f79..c603c7e18cc5e3d9dab5113cc8122cb2ee259318 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -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)
 	{