From bc68ec7c3b8d37a2d3b8127e5591e9b505fd14cd Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 18 Aug 2008 09:06:56 -0700 Subject: Cleaned up the status message in initconf. --- src/initconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/initconf.c b/src/initconf.c index a8d56e4..8944ab4 100644 --- a/src/initconf.c +++ b/src/initconf.c @@ -63,7 +63,7 @@ void progress_bar(gpointer mutex){ while (!g_static_mutex_trylock((GStaticMutex*)mutex)){ usleep(500000); - printf("Generating root key... %c\r", spinner[i++]); + printf("Generating key... %c\r", spinner[i++]); fflush(stdout); if (i > 8) i = 0; } -- cgit v1.1-32-gdbae