From: Ian Jackson Date: Thu, 11 Aug 2016 15:20:33 +0000 (+0100) Subject: sg-report-flight: Fix a missing newline in a DEBUG message X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6074d729414bf44d498b9f554a764c43db71b5e3;p=people%2Fliuw%2Fosstest.git sg-report-flight: Fix a missing newline in a DEBUG message Signed-off-by: Ian Jackson --- 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];