forked from Silverfish/proton-bridge
GODT-2109: removed log message "Parent process XXX is still alive".
This commit is contained in:
@ -527,8 +527,6 @@ func (s *Service) monitorParentPID() {
|
|||||||
logrus.WithError(err).Error("Error on quit")
|
logrus.WithError(err).Error("Error on quit")
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
} else {
|
|
||||||
s.log.Tracef("Parent process %v is still alive", s.parentPID)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case <-s.parentPIDDoneCh:
|
case <-s.parentPIDDoneCh:
|
||||||
|
|||||||
Reference in New Issue
Block a user