[Asterisk-cvs] asterisk asterisk.c,1.174,1.175
kpfleming
kpfleming
Mon Aug 22 19:04:09 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv10293
Modified Files:
asterisk.c
Log Message:
make SIGURG handler message more obvious (issue #4878)
Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- asterisk.c 22 Aug 2005 18:45:41 -0000 1.174
+++ asterisk.c 22 Aug 2005 23:06:14 -0000 1.175
@@ -629,8 +629,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;
}
More information about the svn-commits
mailing list