Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1630)

Unified Diff: appengine/cmd/milo/resp/status_string.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/flagpb/resolver.go » ('j') | common/proto/google/descutil/tags.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/resp/status_string.go
diff --git a/appengine/cmd/milo/resp/status_string.go b/appengine/cmd/milo/resp/status_string.go
index 2891bfc817d4ed62659db1ffc612e8bc1462c701..997a3301c14d9e27cd6eda1fed712a5475560e88 100644
--- a/appengine/cmd/milo/resp/status_string.go
+++ b/appengine/cmd/milo/resp/status_string.go
@@ -26,9 +26,9 @@ func (i ComponentType) String() string {
return _ComponentType_name[_ComponentType_index[i]:_ComponentType_index[i+1]]
}
-const _Verbosity_name = "NormalHiddenExclamation"
+const _Verbosity_name = "NormalHidden"
-var _Verbosity_index = [...]uint8{0, 6, 12, 23}
+var _Verbosity_index = [...]uint8{0, 6, 12}
func (i Verbosity) String() string {
if i < 0 || i >= Verbosity(len(_Verbosity_index)-1) {
« no previous file with comments | « no previous file | client/flagpb/resolver.go » ('j') | common/proto/google/descutil/tags.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698