updater: demote "tag empty" to debug log

the stable tag is usually empty because i rarely update it so it'd be
nice if this didn't show up so much for normal users. For #313, #329 and
more, probably.
This commit is contained in:
Harvey Tindall
2025-11-21 17:22:49 +00:00
parent 60ccc51232
commit b5f28da452
2 changed files with 22 additions and 2 deletions
+2
View File
@@ -296,6 +296,8 @@ const (
FailedGetUpdateTag = "Failed to get latest tag: %v"
FailedGetUpdate = "Failed to get update: %v"
UpdateTagDetails = "Update/Tag details: %+v"
TagEmpty = "tag was empty"
TagAtEmpty = "tag at \"%s\" was empty"
// user-auth.go
UserPage = "userpage"