mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-11 16:17:31 +02:00
fix logs.
This commit is contained in:
parent
fb2078e1ff
commit
5101f0a9c3
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
|
||||
size := h.desktop.GetScreenSize()
|
||||
if size == nil {
|
||||
h.logger.Debug().Msg("could not get screen size")
|
||||
h.logger.Warn().Msg("could not get screen size")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue