X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FCron%2Fpay_batch.pm;h=9791749ee8462919cc19e920a73c6f032693f09f;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hp=432271dc30717ce696ae104f40198a854603c4c4;hpb=fa978560e3b0473728ebf2fb32625765465c230a;p=freeside.git 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"; } }