diff options
| author | 2008-08-18 09:06:56 -0700 | |
|---|---|---|
| committer | 2008-08-18 09:06:56 -0700 | |
| commit | bc68ec7c3b8d37a2d3b8127e5591e9b505fd14cd (patch) | |
| tree | 4cb7a3839798b8523bb37d48507707edf0a75a35 /src | |
| parent | 0a50a87d68267274cbcefc05145e26ec444dcfae (diff) | |
| download | libimobiledevice-bc68ec7c3b8d37a2d3b8127e5591e9b505fd14cd.tar.gz libimobiledevice-bc68ec7c3b8d37a2d3b8127e5591e9b505fd14cd.tar.bz2 | |
Cleaned up the status message in initconf.
Diffstat (limited to 'src')
| -rw-r--r-- | src/initconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ | |||
| 63 | 63 | ||
| 64 | while (!g_static_mutex_trylock((GStaticMutex*)mutex)){ | 64 | while (!g_static_mutex_trylock((GStaticMutex*)mutex)){ |
| 65 | usleep(500000); | 65 | usleep(500000); |
| 66 | printf("Generating root key... %c\r", spinner[i++]); | 66 | printf("Generating key... %c\r", spinner[i++]); |
| 67 | fflush(stdout); | 67 | fflush(stdout); |
| 68 | if (i > 8) i = 0; | 68 | if (i > 8) i = 0; |
| 69 | } | 69 | } |
