This commit is contained in:
Chris Lu
2020-07-05 15:52:36 -07:00
parent 70d8a3a1d3
commit 49929e0869
3 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ func (f *Filer) logMetaEvent(ctx context.Context, fullpath string, eventNotifica
return
}
f.MetaLogBuffer.AddToBuffer([]byte(dir), data)
f.LocalMetaLogBuffer.AddToBuffer([]byte(dir), data)
}