| 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) {
 | 
| 
 |