mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
audit errors and warnings.
This commit is contained in:
@ -41,7 +41,7 @@ func (manager *ImageCtx) Start() {
|
||||
manager.desktop.OnCursorChanged(func(serial uint64) {
|
||||
entry, err := manager.GetCached(serial)
|
||||
if err != nil {
|
||||
manager.logger.Warn().Err(err).Msg("failed to get cursor image")
|
||||
manager.logger.Err(err).Msg("failed to get cursor image")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user