There was a missing space in these messages, since they were
introduced in
31b7cae19fe1
timing traces: cr-publish-flight-logs: Report more progress
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
die "usage: ./cr-publish-flight-logs [flight]" unless @ARGV==0;
-sub progress { print +(show_abs_time time), @_, "\n" }
+sub progress { print +(show_abs_time time), " ", @_, "\n" }
progress("acquiring publish-lock...");
open LOCK, "> $c{GlobalLockDir}/publish-lock" or die $!;