[freeside-commits] branch master updated. 56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b

Ivan ivan at 420.am
Fri Aug 3 17:05:51 PDT 2012


The branch, master has been updated
       via  56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b (commit)
      from  bb1b909a073b9cc318291aefa0ed0f3743616642 (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 56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Aug 3 17:05:51 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