mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-24 20:17:58 +02:00
adaptive fps moved to pipeline creation.
This commit is contained in:
parent
c45a315d9b
commit
4094639ea9
7 changed files with 40 additions and 65 deletions
|
@ -52,9 +52,10 @@ func (manager *DesktopManagerCtx) Start() {
|
|||
for {
|
||||
msg, ok := <-xevent.EventErrorChannel
|
||||
if !ok {
|
||||
manager.logger.Info().Msg("Error channel was closed")
|
||||
manager.logger.Info().Msg("xevent error channel was closed")
|
||||
return
|
||||
}
|
||||
|
||||
manager.logger.Warn().
|
||||
Uint8("error_code", msg.Error_code).
|
||||
Str("message", msg.Message).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue