mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
adaptive fps moved to pipeline creation.
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user