diff options
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 9639ac98a..4ceb5ce4c 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -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) } } |
