From: Radek Polak Date: Sat, 4 Feb 2012 15:00:03 +0000 (+0100) Subject: log when routing started X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=0c0993c3b782bb7f7aad2ec9930ecbb0f4523bdd;p=gta04-gsm-voice-routing.git log when routing started --- diff --git a/gsm-voice-routing.c b/gsm-voice-routing.c index 4ca5fea..9529d0d 100644 --- a/gsm-voice-routing.c +++ b/gsm-voice-routing.c @@ -412,7 +412,10 @@ int main() continue; } - started = 1; + if(!started) { + fprintf(logfile, "voice routing started\n"); + started = 1; + } memmove(p0.period_buffer, r1.period_buffer, r1.period_buffer_size); route_stream_write(&p0);