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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user