[freeside-commits] branch FREESIDE_4_BRANCH updated. 680f24e1d4faa1b72f5051e8109810a5f3f4d2ad
Ivan
ivan at 420.am
Sun Sep 25 10:54:51 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 680f24e1d4faa1b72f5051e8109810a5f3f4d2ad (commit)
from 9ce482da3960ee43decee41fba53b78c12c3e52c (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 680f24e1d4faa1b72f5051e8109810a5f3f4d2ad
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Sep 25 10:54:50 2016 -0700
improve error message
diff --git a/FS/FS/Cron/pay_batch.pm b/FS/FS/Cron/pay_batch.pm
index 432271d..9791749 100644
--- a/FS/FS/Cron/pay_batch.pm
+++ b/FS/FS/Cron/pay_batch.pm
@@ -58,7 +58,7 @@ sub pay_batch_submit {
# warn the error and continue. rolling back the transaction once
# we've started sending batches is bad.
warn "error submitting batch ".$pay_batch->batchnum." to gateway '".
- $gateway->label."\n$@\n";
+ $gateway->label."': $@\n";
}
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Cron/pay_batch.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list