aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 02b6f70eb..c62b01445 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -77,7 +77,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
}
if dataSink == nil {
- println("no data sink defined:")
+ println("no data sink configured:")
for _, sk := range sink.Sinks {
println(" " + sk.GetName())
}