mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
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")
|
||||
}
|
||||
}()
|
||||
} else {
|
||||
s.log.Tracef("Parent process %v is still alive", s.parentPID)
|
||||
}
|
||||
|
||||
case <-s.parentPIDDoneCh:
|
||||
|
||||
Reference in New Issue
Block a user