summaryrefslogtreecommitdiff
path: root/FS/FS/Cron
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 10:54:50 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 10:54:50 -0700
commit680f24e1d4faa1b72f5051e8109810a5f3f4d2ad (patch)
tree1b2e188987aef184f4d0971e61e9e0bda3cadce4 /FS/FS/Cron
parent9ce482da3960ee43decee41fba53b78c12c3e52c (diff)
improve error message
Diffstat (limited to 'FS/FS/Cron')
-rw-r--r--FS/FS/Cron/pay_batch.pm2
1 files changed, 1 insertions, 1 deletions
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";
}
}