scripts: time.pl: Don't print the time on stderr
authorAlban Bedel <albeu@free.fr>
Sat, 15 Jun 2019 10:18:01 +0000 (12:18 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Jul 2019 05:45:00 +0000 (07:45 +0200)
commit340df72e0745236379554dc9ff487e260a424465
tree61f0faebed4dc861feec59a440935bce9c200f65
parent47a984477b1d300047b3001971f0af0e371ea9ee
scripts: time.pl: Don't print the time on stderr

Having the build time written on stderr make it appear with V=w
although it is not an error or warning. Just write the time on stdout
to have it part of the build log like all the rest, but not clutter
the output when only warnings and errors should be shown.

Signed-off-by: Alban Bedel <albeu@free.fr>
scripts/time.pl