Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to