Bump version and update Changes
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index 7b6f77bcc6c24527021b095e04dbe58f55181897..2ad6f9519f4b8d82b3d7a892b8360bf514f0707c 100644 (file)
@@ -16,7 +16,7 @@ use Log::Log4perl qw/get_logger/;
 use String::ShellQuote qw/shell_quote/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 our @EXPORT_OK = qw/prepare_files stopvms/;
 
 ##################################################
@@ -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.009427 seconds and 4 git commands to generate.