1
0
mirror of synced 2026-02-26 16:23:27 +00:00

File name and line numbers are not necessary for this warning → add \n

This commit is contained in:
Axel Beckert
2019-02-08 16:40:08 +01:00
parent ad013d7b86
commit c66e5427ed

View File

@@ -129,7 +129,7 @@ sub xenRunning ($$)
my $running = 0;
unless ($CONFIG->{'xm'}) {
warn "Couldn't determine Xen toolstack, skipping check for running DomUs."
warn "Couldn't determine Xen toolstack, skipping check for running DomUs.\n"
unless $ENV{AS_INSTALLED_TESTING};
return 0;
}