Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 92861b3

Browse files
committed
making the timing message more consistent
1 parent 925bdd8 commit 92861b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/lib/generator.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function generate($enableCSS = false) {
117117
$mtime = $mtime[1] + $mtime[0];
118118
$endtime = $mtime;
119119
$totaltime = ($endtime - $starttime);
120-
print "PL Site Generation took ".$totaltime." seconds\n";
120+
print "PL site generation took ".$totaltime." seconds...\n";
121121
}
122122

123123
}

0 commit comments

Comments
 (0)