mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-01 07:49:53 +02:00
unify shutdown logs.
This commit is contained in:
parent
fd35254487
commit
7e2f173460
6 changed files with 10 additions and 9 deletions
|
@ -30,7 +30,7 @@ func broadcastNew(pipelineStr string) *BroacastManagerCtx {
|
|||
}
|
||||
|
||||
func (manager *BroacastManagerCtx) shutdown() {
|
||||
manager.logger.Info().Msgf("shutting down")
|
||||
manager.logger.Info().Msgf("shutdown")
|
||||
|
||||
manager.destroyPipeline()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue