[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 6/7] sg-report-flight: Fix a missing newline in a DEBUG message
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-report-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-report-flight b/sg-report-flight index 47ecf07..d1acb60 100755 --- a/sg-report-flight +++ b/sg-report-flight @@ -569,7 +569,7 @@ sub print_pushgate_summary () { my @thistree = sort keys %{ $specver{'this'} }; my @thattree = sort keys %{ $specver{'that'} }; if (!(@thistree==1 && @thattree==1 && $thistree[0] eq $thattree[0])) { - print DEBUG "NO PUSHGATE SUMMARY (@thistree) != (@thattree)"; + print DEBUG "NO PUSHGATE SUMMARY (@thistree) != (@thattree)\n"; return } my $tree = $thistree[0]; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |