Commit bc68ec7c authored by Matt Colyer's avatar Matt Colyer

Cleaned up the status message in initconf.

parent 0a50a87d
...@@ -63,7 +63,7 @@ void progress_bar(gpointer mutex){ ...@@ -63,7 +63,7 @@ void progress_bar(gpointer mutex){
while (!g_static_mutex_trylock((GStaticMutex*)mutex)){ while (!g_static_mutex_trylock((GStaticMutex*)mutex)){
usleep(500000); usleep(500000);
printf("Generating root key... %c\r", spinner[i++]); printf("Generating key... %c\r", spinner[i++]);
fflush(stdout); fflush(stdout);
if (i > 8) i = 0; if (i > 8) i = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment