rename to Seaweed File System

This commit is contained in:
Chris Lu
2014-09-20 21:18:26 -07:00
parent fa9318914c
commit 794b755f1d
6 changed files with 7 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ func runServer(cmd *Command, args []string) bool {
if nfs_err != nil {
glog.Fatalf(nfs_err.Error())
}
glog.V(0).Infoln("Start Weed Filer", util.VERSION, "at port", strconv.Itoa(*filerOptions.port))
glog.V(0).Infoln("Start Seaweed Filer", util.VERSION, "at port", strconv.Itoa(*filerOptions.port))
filerListener, e := util.NewListener(
":"+strconv.Itoa(*filerOptions.port),
time.Duration(10)*time.Second,