From a229b0f30db3693caa82cb5a2c57754049ce49fb Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Thu, 10 May 2018 16:02:40 -0500 Subject: [PATCH] Make error string more specific --- index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.go b/index.go index 419732fce..8e227af83 100644 --- a/index.go +++ b/index.go @@ -415,7 +415,7 @@ func (i *Index) createFrame(name string, opt FrameOptions) (*Frame, error) { if err := f.saveMeta(); err != nil { f.Close() - return nil, errors.Wrap(err, "saving") + return nil, errors.Wrap(err, "saving meta") } // Add to index's frame lookup.