From: Ian Jackson <ian.jackson@eu.citrix.com>
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>
---
cr-publish-flight-logs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cr-publish-flight-logs b/cr-publish-flight-logs
index 63c47d9f..c570dfaf 100755
--- a/cr-publish-flight-logs
+++ b/cr-publish-flight-logs
@@ -43,7 +43,7 @@ die unless $flight =~ m/^\d*$/;
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 $!;
--
2.20.1