| Summary: | ASTERISK-00799: [patch] logger.c to work before logchain is initialized | ||
| Reporter: | ww (ww) | Labels: | |
| Date Opened: | 2004-01-12 01:13:14.000-0600 | Date Closed: | 2008-01-15 14:40:53.000-0600 |
| Priority: | Major | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) logger.c.diff | |
| Description: | the message about another asterisk running was not printed because the log chain had not been initialized yet and it is printed with ast_log. changes ast_log to take into account this case. | ||
| Comments: | By: jerjer (jerjer) 2004-01-12 01:52:37.000-0600 commited into cvs By: Digium Subversion (svnbot) 2008-01-15 14:40:53.000-0600 Repository: asterisk Revision: 1979 U trunk/logger.c ------------------------------------------------------------------------ r1979 | jeremy | 2008-01-15 14:40:53 -0600 (Tue, 15 Jan 2008) | 2 lines Fix to work before logchain is initialized. Bug ASTERISK-799 ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=1979 | ||