Make perlcritic happy
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index 7b6f77bcc6c24527021b095e04dbe58f55181897..d5560db420622331cef2c9206926718f10ab50e5 100644 (file)
@@ -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;
This page took 0.009896 seconds and 4 git commands to generate.