From: Ivan Kohler Date: Sun, 25 Sep 2016 17:54:50 +0000 (-0700) Subject: improve error message X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=680f24e1d4faa1b72f5051e8109810a5f3f4d2ad improve error message --- diff --git a/FS/FS/Cron/pay_batch.pm b/FS/FS/Cron/pay_batch.pm index 432271dc3..9791749ee 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"; } }