This commit is contained in:
Isaac Connor 2018-05-12 14:28:03 -07:00
parent 4bbd8d6ab9
commit b445ddc981
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ sub start {
$cmd_hash{$process->{command}} = $pid_hash{$cpid} = $process;
sigprocmask(SIG_SETMASK, $sigset) or Fatal("Can't restore SIGCHLD: $!");
Debug("unblocko child");
Debug("unblocking child");
} elsif ( defined($cpid) ) {
# Force reconnection to the db.
$dbh = zmDbConnect(1);