aboutsummaryrefslogtreecommitdiff
path: root/go/weed/master.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/master.go')
-rw-r--r--go/weed/master.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/master.go b/go/weed/master.go
index b95ca5cb1..ef2c062b5 100644
--- a/go/weed/master.go
+++ b/go/weed/master.go
@@ -63,7 +63,7 @@ func runMaster(cmd *Command, args []string) bool {
listeningAddress := *masterIp + ":" + strconv.Itoa(*mport)
- glog.V(0).Infoln("Start Weed Master", util.VERSION, "at", listeningAddress)
+ glog.V(0).Infoln("Start Seaweed Master", util.VERSION, "at", listeningAddress)
listener, e := util.NewListener(listeningAddress, time.Duration(*mTimeout)*time.Second)
if e != nil {