Chromium Code Reviews| Index: common/proto/logdog/logpb/butler.proto |
| diff --git a/common/proto/logdog/logpb/butler.proto b/common/proto/logdog/logpb/butler.proto |
| index f4da5d46ce6471af14f1ad168538e0a53bb3ad3a..37a2bc96c512ec1ad1797152ca94b90ec1ac8a35 100644 |
| --- a/common/proto/logdog/logpb/butler.proto |
| +++ b/common/proto/logdog/logpb/butler.proto |
| @@ -51,13 +51,10 @@ message ButlerMetadata { |
| */ |
| message ButlerLogBundle { |
| /* |
| - * String describing the source of this LogBundle. |
| - * This is an unstructured field, and is not intended to be parsed. An |
| - * example would be: "Butler @a33967 (Linux/amd64)". |
| - * |
| - * This field will be used for debugging and internal accounting. |
| + * (DEPRECATED) Stream source information. Now supplied during prefix |
| + * registration. |
| */ |
| - string source = 1; |
| + string deprecated_source = 1; |
|
nodir
2016/05/19 16:43:17
I think the standard practice is to use "reserved"
|
| /* The timestamp when this bundle was generated. |
| * |