diff options
Diffstat (limited to 'weed/command')
| -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 ec965a5e3..4fca8158a 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -99,7 +99,7 @@ func runFilerReplicate(cmd *Command, args []string) bool { if m.OldEntry != nil && m.NewEntry == nil { glog.V(1).Infof("delete: %s", key) } else if m.OldEntry == nil && m.NewEntry != nil { - glog.V(1).Infof(" add: %s", key) + glog.V(1).Infof("add: %s", key) } else { glog.V(1).Infof("modify: %s", key) } |
