From 2e677f4a3c397e7638727e5cf3ac570dcdc608e6 Mon Sep 17 00:00:00 2001 From: Radek Polak Date: Sat, 18 Feb 2012 14:34:43 +0100 Subject: [PATCH] Dont show progress - it can be slow --- gsm-voice-routing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.5