Skip to content

Commit

Permalink
Fix sigkill logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jackson committed Oct 2, 2017
1 parent f1f6078 commit 279eea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/resque
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if($count > 1) {
if ($GLOBALS['send_signal'] !== FALSE){
$killSignal = '';
if($GLOBALS['send_signal']) {
switch($signal) {
switch($GLOBALS['send_signal']) {
case 2:
$killSignal = 'SIGINT';
break;
Expand Down

0 comments on commit 279eea9

Please sign in to comment.