| 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 d17437816f83e9d99d153b7e3fc037398eff290b..421afbdfa8f42632e12c0d80ab587f125a494d3a 100644
|
| --- a/common/proto/logdog/logpb/butler.pb.go
|
| +++ b/common/proto/logdog/logpb/butler.pb.go
|
| @@ -189,8 +189,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"`
|
|
|