mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 21:57:56 +08:00
logging
This commit is contained in:
@@ -175,12 +175,12 @@ func (f *Filer) CreateEntry(ctx context.Context, entry *Entry, o_excl bool) erro
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
glog.V(4).Infof("CreateEntry %s: created", entry.FullPath)
|
|
||||||
|
|
||||||
f.NotifyUpdateEvent(oldEntry, entry, true)
|
f.NotifyUpdateEvent(oldEntry, entry, true)
|
||||||
|
|
||||||
f.deleteChunksIfNotNew(oldEntry, entry)
|
f.deleteChunksIfNotNew(oldEntry, entry)
|
||||||
|
|
||||||
|
glog.V(4).Infof("CreateEntry %s: created", entry.FullPath)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user