Skip to content

Commit

Permalink
More complete message and avoid $kill_status being undef
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-bwalts authored and muffato committed May 7, 2020
1 parent 5cf9b1d commit 35155e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/Bio/EnsEMBL/Hive/Queen.pm
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ sub kill_all_workers {
}
}
}
else {
$kill_status = 'could not kill, running under user ' . $worker->meadow_user;
}

print 'Killing worker ' . $worker->dbID() . ': '
. $worker->toString( 1 ) . " -> $kill_status \n";
Expand Down

0 comments on commit 35155e2

Please sign in to comment.