From: Ivan Kohler Date: Sat, 2 Jun 2012 07:48:29 +0000 (-0700) Subject: time parts of cust_main upgrade, RT#17629 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7ccc68f88555353d488be88a58d3f70e3384bbaf;p=freeside.git time parts of cust_main upgrade, RT#17629 --- 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; }