From 3637e4dd2bb2bdc299d784deceb2e6168308242c Mon Sep 17 00:00:00 2001 From: Radek Polak Date: Sat, 31 Mar 2012 10:02:05 +0200 Subject: [PATCH] Better description in log --- 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 d308f69..55b7a5d 100644 --- a/gsm-voice-routing.c +++ b/gsm-voice-routing.c @@ -547,7 +547,7 @@ static void sighandler(int signum) return; } terminating = 1; - fprintf(logfile, "received signal %d\n", signum); + fprintf(logfile, "gsm-voice-routing ending - signal %d\n", signum); cleanup(); exit(0); } @@ -645,7 +645,7 @@ int main() speex_echo_state_destroy(echo_state); #endif - fprintf(logfile, "ending up\n"); + fprintf(logfile, "gsm-voice-routing ending\n"); cleanup(); return 0; } -- 2.39.5