mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-01 16:00:51 +02:00
unify shutdown logs.
This commit is contained in:
parent
fd35254487
commit
7e2f173460
6 changed files with 10 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue