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)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:23:00 +0000 (13:23 +0200)
commitffdf98b2047c35c65dc7c7902b8ad8664f89c840
tree2bdc655d7b9faf69fb1fe5587e819c10cbd4f503
parenta7be52284cbe113b13a542e45cbfa377c9db974e
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>
(cherry picked from commit 340df72e0745236379554dc9ff487e260a424465)
scripts/time.pl