mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:19:23 +08:00
selectively export files
This commit is contained in:
@@ -116,7 +116,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
|
||||
if err = replicator.Replicate(key, m); err != nil {
|
||||
glog.Errorf("replicate %s: %+v", key, err)
|
||||
} else {
|
||||
glog.V(4).Infof("replicated %s", key)
|
||||
glog.V(1).Infof("replicated %s", key)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user