From 387a6d63bee098b013f8ea3f53a4d349b0c0d928 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 2 Jun 2012 00:48:27 -0700 Subject: [PATCH] time parts of cust_main upgrade, RT#17629 --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index d18ec1cc7..3ef377497 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5061,7 +5061,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; } -- 2.11.0