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) ...@@ -177,11 +177,11 @@ void heartBeatHandler(int signum)
static bool alternate = false; static bool alternate = false;
if (alternate) if (alternate)
{ {
printf("\theartbeat.\r"); printf("\theartbeat. \t\t\r");
} }
else else
{ {
printf("\theartbeat...\r"); printf("\theartbeat...\t\t\r");
} }
alternate = !alternate; alternate = !alternate;
fflush(stdout); fflush(stdout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment