error log format

This commit is contained in:
Chris Lu
2018-12-16 17:37:10 -08:00
parent 13e79892d1
commit 93d0ad09af
4 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ func (fo *FilerOptions) startFiler() {
}()
}
glog.V(0).Infoln("Start Seaweed Filer", util.VERSION, "at port", strconv.Itoa(*fo.port))
glog.V(0).Infof("Start Seaweed Filer %s at %s:%d", util.VERSION, *fo.ip, *fo.port)
filerListener, e := util.NewListener(
":"+strconv.Itoa(*fo.port),
time.Duration(10)*time.Second,