unify shutdown logs.

This commit is contained in:
Miroslav Šedivý
2021-09-02 00:00:29 +02:00
parent fd35254487
commit 7e2f173460
6 changed files with 10 additions and 9 deletions

View File

@ -92,7 +92,7 @@ func (manager *WebRTCManagerCtx) Start() {
}
func (manager *WebRTCManagerCtx) Shutdown() error {
manager.logger.Info().Msg("webrtc shutdown")
manager.logger.Info().Msg("shutdown")
manager.curImage.Shutdown()
manager.curPosition.Shutdown()