| Index: go/src/infra/gae/libs/gae/properties.go
|
| diff --git a/go/src/infra/gae/libs/gae/properties.go b/go/src/infra/gae/libs/gae/properties.go
|
| index ccf1167de5b62fc5369e30dc09b0fab56418cdeb..c7a7fb8c9f77dbad8cb3a3cc934ac35c3359540a 100644
|
| --- a/go/src/infra/gae/libs/gae/properties.go
|
| +++ b/go/src/infra/gae/libs/gae/properties.go
|
| @@ -188,7 +188,7 @@ func (t DSPropertyType) String() string {
|
| case DSPTBlobKey:
|
| return "DSPTBlobKey"
|
| default:
|
| - return "DSPTUnknown"
|
| + return fmt.Sprintf("DSPTUnknown(%02x)", byte(t))
|
| }
|
| }
|
|
|
|
|