[Asterisk-cvs] asterisk/patches queue_log,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Fri Mar 11 02:37:23 CST 2005
Update of /usr/cvsroot/asterisk/patches
In directory mongoose.digium.com:/tmp/cvs-serv11174/patches
Modified Files:
queue_log
Log Message:
Update queue_log example
Index: queue_log
===================================================================
RCS file: /usr/cvsroot/asterisk/patches/queue_log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- queue_log 11 Mar 2005 08:24:23 -0000 1.1
+++ queue_log 11 Mar 2005 08:33:39 -0000 1.2
@@ -1,10 +1,38 @@
+? .txt
+? DDR.MOV
+? FuzzyMath.mp3
+? config-mark.c
+? dont_panic.mp3
+? gmon.out
+? manpage.links
+? manpage.refs
+? markdiff.txt
+? mydiff.txt
+? newqueuelog
+? resume-ken-long.pdf
+? root.xwd
+? rtp-timestamp.diff.txt
+? stereo-1.0
+? test.call
+? test1.call
+? test2.call
+? test_js.txt
+? tmp1.gsm
+? tmp2.gsm
+? tmp3.gsm
+? tmp4.gsm
+? apps/app_read_broken.c
+? astman/.depend
+? astman/astman
+? cdr/cdr_csv2.c
+? channels/chan_sip_broken.c
Index: logger.c
===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v
-retrieving revision 1.55
-diff -u -r1.55 logger.c
---- logger.c 25 Jan 2005 06:10:19 -0000 1.55
-+++ logger.c 9 Mar 2005 21:25:25 -0000
+retrieving revision 1.57
+diff -u -r1.57 logger.c
+--- logger.c 11 Mar 2005 07:24:10 -0000 1.57
++++ logger.c 11 Mar 2005 08:27:54 -0000
@@ -61,6 +61,11 @@
static int pending_logger_reload = 0;
static int global_logmask = -1;
@@ -145,7 +173,7 @@
return -1;
}
-@@ -572,7 +591,7 @@
+@@ -576,7 +595,7 @@
localtime_r(&t, &tm);
strftime(date, sizeof(date), dateformat, &tm);
@@ -160,7 +188,7 @@
retrieving revision 1.9
diff -u -r1.9 logger.conf.sample
--- configs/logger.conf.sample 5 Sep 2004 03:48:05 -0000 1.9
-+++ configs/logger.conf.sample 9 Mar 2005 21:25:25 -0000
++++ configs/logger.conf.sample 11 Mar 2005 08:27:55 -0000
@@ -13,6 +13,12 @@
; This appends the hostname to the name of the log files.
;appendhostname = yes
More information about the svn-commits
mailing list