[freeside-commits] branch FREESIDE_2_3_BRANCH updated. e03a0c7c4cc4f0742a8ded7956cad5558f87bd16
Ivan
ivan at 420.am
Fri Aug 3 17:05:52 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via e03a0c7c4cc4f0742a8ded7956cad5558f87bd16 (commit)
from bb1c93c77658a156798935642054dc9b759d3150 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e03a0c7c4cc4f0742a8ded7956cad5558f87bd16
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Aug 3 17:05:52 2012 -0700
log rending time in trace files, RT#18719
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 77b9346..2e6fbe5 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -141,7 +141,9 @@ sub handler
FS::Trace->log('done');
- FS::Trace->dumpfile("%%%FREESIDE_EXPORT%%%/profile/$$.".time, $r->filename)
+ FS::Trace->dumpfile( "%%%FREESIDE_EXPORT%%%/profile/$$.".time,
+ FS::Trace->total. ' '. $r->filename
+ )
if FS::Trace->total > 5; #10?
FS::Trace->reset;
-----------------------------------------------------------------------
Summary of changes:
htetc/handler.pl | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list