| Index: common/logdog/coordinator/query.go
|
| diff --git a/common/logdog/coordinator/query.go b/common/logdog/coordinator/query.go
|
| index 86aeee0bb8473d99b1adc9b6a6ffa73ba87d34e8..027fd0faae61551dc31b0e5a5cf5e521c995639e 100644
|
| --- a/common/logdog/coordinator/query.go
|
| +++ b/common/logdog/coordinator/query.go
|
| @@ -132,6 +132,7 @@ type QueryCallback func(r *LogStream) bool
|
| // result.
|
| func (c *Client) Query(ctx context.Context, q *Query, cb QueryCallback) error {
|
| req := logdog.QueryRequest{
|
| + Project: string(c.project),
|
| Path: q.Path,
|
| ContentType: q.ContentType,
|
| Older: google.NewTimestamp(q.Before),
|
|
|