| Index: logdog/server/archivist/archivist.go
|
| diff --git a/logdog/server/archivist/archivist.go b/logdog/server/archivist/archivist.go
|
| index b1b3d538c4f3b7ac92c9a3f897c132a69b683ed7..829903ba28ff163e07f4f67286790851d4546a99 100644
|
| --- a/logdog/server/archivist/archivist.go
|
| +++ b/logdog/server/archivist/archivist.go
|
| @@ -538,7 +538,7 @@ func (sa *stagedArchival) checkComplete(c context.Context) error {
|
| err := sa.Storage.Get(sreq, func(e *storage.Entry) bool {
|
| idx, err := e.GetStreamIndex()
|
| if err != nil {
|
| - ierr = errors.Annotate(err).Reason("could not get stream index").Err()
|
| + ierr = errors.Annotate(err, "could not get stream index").Err()
|
| return false
|
| }
|
|
|
|
|