selectively export files

This commit is contained in:
Chris Lu
2018-11-04 12:07:33 -08:00
parent ff4189ab25
commit 6c45787a37
2 changed files with 3 additions and 2 deletions

View File

@@ -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)
}
}