summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-05-27 17:32:29 -0400
committerMitch Jackson <mitch@freeside.biz>2019-05-27 17:49:02 -0400
commitaf5d7f1ca409f3679a76740bb5f29016963f99d3 (patch)
treec223d2e2a5716f269532de944210ce7dfe8ea994 /FS
parent57acf63e75062d7a598d2ba4042642f8287bf836 (diff)
RT# 83122 Fix update tool to properly display caught error
Diffstat (limited to 'FS')
-rwxr-xr-xFS/bin/freeside-wa-tax-table-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-wa-tax-table-update b/FS/bin/freeside-wa-tax-table-update
index ad14687c9..b197ac845 100755
--- a/FS/bin/freeside-wa-tax-table-update
+++ b/FS/bin/freeside-wa-tax-table-update
@@ -106,8 +106,8 @@ $log->info('Begin wa_tax_rate_update');
};
if ( $@ ) {
- $log->error( "Error: $@" );
warn "Error: $@\n";
+ $log->error( "Error: $@" );
} else {
$log->info( 'Finished wa_tax_rate_update' );
warn "Finished wa_tax_rate_update\n";