Index: asterisk.c =================================================================== RCS file: /usr/cvsroot/asterisk/asterisk.c,v retrieving revision 1.172 diff -u -r1.172 asterisk.c --- asterisk.c 26 Jul 2005 16:29:55 -0000 1.172 +++ asterisk.c 2 Aug 2005 14:46:04 -0000 @@ -625,8 +625,8 @@ /* Called by soft_hangup to interrupt the poll, read, or other system call. We don't actually need to do anything though. */ /* Cannot EVER ast_log from within a signal handler */ - if (option_debug) - printf("Urgent handler\n"); + if (option_debug > 2) + printf("-- Asterisk Urgent handler\n"); signal(num, urg_handler); return; }