X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FFormat.pm;fp=lib%2FGruntmaster%2FDaemon%2FFormat.pm;h=d5560db420622331cef2c9206926718f10ab50e5;hp=7b6f77bcc6c24527021b095e04dbe58f55181897;hb=7e81b08a1d0e7efe4545a529c0bc031ef84fdf3c;hpb=fb7e1b7cfb2d8fc86c69c83f0ee059f937ca64e0 diff --git a/lib/Gruntmaster/Daemon/Format.pm b/lib/Gruntmaster/Daemon/Format.pm index 7b6f77b..d5560db 100644 --- a/lib/Gruntmaster/Daemon/Format.pm +++ b/lib/Gruntmaster/Daemon/Format.pm @@ -45,7 +45,7 @@ sub execlist_finish { my ($vm, $kill) = @_; if ($vm{$vm}) { - warn "Cannot kill VM" if $kill; + warn "Cannot kill VM\n" if $kill; $vm{$vm}->expect(5, '# '); } else { kill KILL => $pid{$vm} if $kill;