moved some dubug logs to warning level

This commit is contained in:
Flowseal
2026-04-18 15:49:42 +03:00
parent 0c8d0f160a
commit 059ca8760f
4 changed files with 4 additions and 4 deletions

View File

@@ -309,7 +309,7 @@ def _maybe_notify_update_async() -> None:
):
webbrowser.open(url)
except Exception as exc:
log.debug("Update check failed: %s", exc)
log.warning("Update check failed: %s", exc)
threading.Thread(target=_work, daemon=True, name="update-check").start()