summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-11 08:33:39 +0000
committerMark Spencer <markster@digium.com>2005-03-11 08:33:39 +0000
commit2e0cf7a00c7a6a953ea975696b0aa7b995737e9a (patch)
tree132c29b196ca3c284cb039e028cd288649c4e931 /patches
parentf0c7729f8104c5ce4dcf743cd1ae4c0a05fe9efc (diff)
Update queue_log example
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/queue_log40
1 files changed, 34 insertions, 6 deletions
diff --git a/patches/queue_log b/patches/queue_log
index e4a8d1320..50368f151 100755
--- a/patches/queue_log
+++ b/patches/queue_log
@@ -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 @@ diff -u -r1.55 logger.c
return -1;
}
-@@ -572,7 +591,7 @@
+@@ -576,7 +595,7 @@
localtime_r(&t, &tm);
strftime(date, sizeof(date), dateformat, &tm);
@@ -160,7 +188,7 @@ RCS file: /usr/cvsroot/asterisk/configs/logger.conf.sample,v
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