From: Radek Polak Date: Sat, 18 Feb 2012 13:34:43 +0000 (+0100) Subject: Dont show progress - it can be slow X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=2e677f4a3c397e7638727e5cf3ac570dcdc608e6;p=gta04-gsm-voice-routing.git Dont show progress - it can be slow --- diff --git a/gsm-voice-routing.c b/gsm-voice-routing.c index 616a8d0..366add2 100644 --- a/gsm-voice-routing.c +++ b/gsm-voice-routing.c @@ -320,11 +320,11 @@ void log_with_timestamp(const char *msg) void show_progress() { - static int counter = 0; +/* static int counter = 0; char ch = "|\\-/"[(counter++) % 4]; fputc(ch, logfile); fputc('\b', logfile); - fflush(logfile); + fflush(logfile);*/ } int main()