Skip to content

Commit

Permalink
ading cmd to feedback when a processis killed
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodart committed Jan 25, 2021
1 parent f603eeb commit 17b3ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Process_Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ sub start_next {

# print " The process will not be restarted: cmd=$cmd\n";
# return;
print "Killing unfinished process id $pid\n";
# added cmd to facilitate debugging
print "Killing unfinished process id=$pid cmd=$cmd\n";
&stop($self);
}

Expand Down

0 comments on commit 17b3ee6

Please sign in to comment.