Skip to content
Snippets Groups Projects
Commit ae973ff3 authored by Timothe Jost's avatar Timothe Jost
Browse files

fixing heartbeat message not changing

parent be117b86
No related branches found
No related tags found
No related merge requests found
......@@ -177,11 +177,11 @@ void heartBeatHandler(int signum)
static bool alternate = false;
if (alternate)
{
printf("\theartbeat.\r");
printf("\theartbeat. \t\t\r");
}
else
{
printf("\theartbeat...\r");
printf("\theartbeat...\t\t\r");
}
alternate = !alternate;
fflush(stdout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment