Browse Source

update

pull/279/head
tnextday 10 years ago
parent
commit
d1ca49f705
  1. 2
      weed/storage/store.go

2
weed/storage/store.go

@ -27,7 +27,7 @@ type MasterNodes struct {
}
func (mn *MasterNodes) String() string {
return fmt.Sprintf("nodes:%v, master:%d", mn.nodes, mn.master)
return fmt.Sprintf("nodes:%v, master:%s", mn.nodes, mn.master)
}
func NewMasterNodes(bootstrapNode string) (mn *MasterNodes) {

Loading…
Cancel
Save