audit errors and warnings.

This commit is contained in:
Miroslav Šedivý
2021-09-01 23:10:06 +02:00
parent 49c48b3200
commit c2fe224562
7 changed files with 20 additions and 22 deletions

View File

@ -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
}