[freeside-commits] branch master updated. b21f69637bdfe8a83bc8f8f1be8a701a332d714f
Ivan Kohler
ivan at freeside.biz
Thu Mar 22 16:15:18 PDT 2018
The branch, master has been updated
via b21f69637bdfe8a83bc8f8f1be8a701a332d714f (commit)
from b20ef760ea09410b688c5bfe2c7e471c09e19427 (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 b21f69637bdfe8a83bc8f8f1be8a701a332d714f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 22 16:15:17 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 387883b63..74038fc05 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