| Index: common/proto/logdog/logpb/butler.pb.go
|
| diff --git a/common/proto/logdog/logpb/butler.pb.go b/common/proto/logdog/logpb/butler.pb.go
|
| index e9a654ee523c7380ca85015ce4ff66d7ad243f7c..0adab5fba34738593bf3c9c00ce59397805ca7e4 100644
|
| --- a/common/proto/logdog/logpb/butler.pb.go
|
| +++ b/common/proto/logdog/logpb/butler.pb.go
|
| @@ -185,8 +185,7 @@ type ButlerLogBundle_Entry struct {
|
| // message index in the stream.
|
| TerminalIndex uint64 `protobuf:"varint,4,opt,name=terminal_index" json:"terminal_index,omitempty"`
|
| //
|
| - // Log entries attached to this record. These must be sequential and in
|
| - // order.
|
| + // Log entries attached to this record. These MUST be sequential.
|
| //
|
| // This is the main log entry content.
|
| Logs []*LogEntry `protobuf:"bytes,5,rep,name=logs" json:"logs,omitempty"`
|
|
|