[freeside-commits] branch FREESIDE_4_BRANCH updated. e7711de5052a37d5b29d599412e776b40f46153a

Ivan Kohler ivan at freeside.biz
Thu Mar 22 16:15:21 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  e7711de5052a37d5b29d599412e776b40f46153a (commit)
      from  5861d6c9495e419a679aec5cf2e2b81270540062 (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 e7711de5052a37d5b29d599412e776b40f46153a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 22 16:15:20 2018 -0700

    save logging information so we have a historical record of exactly when problems happened, RT#79780

diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm
index a41d3c837..3aed73cd5 100644
--- a/FS/FS/log_context.pm
+++ b/FS/FS/log_context.pm
@@ -26,6 +26,7 @@ my @contexts = ( qw(
   queue
   upgrade
   upgrade_taxable_billpkgnum
+  freeside-ipifony-download
   freeside-paymentech-upload
   freeside-paymentech-download
   test
diff --git a/FS/bin/freeside-ipifony-download b/FS/bin/freeside-ipifony-download
index b01d80641..1e77c3a75 100644
--- a/FS/bin/freeside-ipifony-download
+++ b/FS/bin/freeside-ipifony-download
@@ -315,7 +315,7 @@ sub mylog {
   #warn "$message\n" if $opt{v};
   print STDERR "$message\n" if $opt{v};
   $log ||= FS::Log->new('freeside-ipifony-download');
-  $log->log(@_);
+  $log->log(level=>$level, message=>$message);
 }
 
 =head1 NAME

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/log_context.pm             | 1 +
 FS/bin/freeside-ipifony-download | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list