[Asterisk-cvs] asterisk logger.c,1.25,1.26

martinp at lists.digium.com martinp at lists.digium.com
Tue Feb 3 10:34:33 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv26458

Modified Files:
	logger.c 
Log Message:
Don't buffer the event files, eg: messages


Index: logger.c
===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- logger.c	27 Jan 2004 18:20:17 -0000	1.25
+++ logger.c	3 Feb 2004 16:43:07 -0000	1.26
@@ -474,6 +474,7 @@
 		    vsnprintf(buf, sizeof(buf), fmt, ap);
 		    va_end(ap);
 		    fprintf(chan->fileptr, buf);
+		    fflush(chan->fileptr);
 	    }
 	    chan = chan->next;
 	}




More information about the svn-commits mailing list