add logging

This commit is contained in:
Chris Lu
2019-12-07 07:56:05 -08:00
parent f81d43442b
commit 0eda75fa2c
2 changed files with 12 additions and 10 deletions

View File

@@ -114,6 +114,7 @@ func GetEntry(ctx context.Context, filerClient FilerClient, fullFilePath string)
if resp.Entry != nil {
entry = resp.Entry
glog.V(3).Infof("read %s entry: %v", fullFilePath, entry)
}
return nil