summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 00:48:29 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 00:48:29 -0700
commit7ccc68f88555353d488be88a58d3f70e3384bbaf (patch)
treedd1efa619d96692a370ba0cde0bbede730fbca40
parent28fcc5edb232635d9cf98735ed58c5abe0841938 (diff)
time parts of cust_main upgrade, RT#17629
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 0e40e0887..6a707fd33 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5078,7 +5078,7 @@ sub _upgrade_data { #class method
foreach my $sql ( @statements ) {
my $sth = dbh->prepare($sql) or die dbh->errstr;
$sth->execute or die $sth->errstr;
- warn (time - $t). " seconds\n";
+ warn ( (time - $t). " seconds\n" );
$t = time;
}