Commit 5b40dfaa authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent 8c141ae7
...@@ -193,7 +193,7 @@ func (rc *raftNode) serveRaft() { ...@@ -193,7 +193,7 @@ func (rc *raftNode) serveRaft() {
rlog.Error(fmt.Sprintf("raft: Failed parsing URL (%v)", err.Error())) rlog.Error(fmt.Sprintf("raft: Failed parsing URL (%v)", err.Error()))
panic(err) panic(err)
} }
ln, err := newStoppableListener(rc.ctx, fmt.Sprintf(":%s",nodeURL.Port())) ln, err := newStoppableListener(rc.ctx, fmt.Sprintf(":%s", nodeURL.Port()))
if err != nil { if err != nil {
rlog.Error(fmt.Sprintf("raft: Failed to listen rafthttp (%v)", err.Error())) rlog.Error(fmt.Sprintf("raft: Failed to listen rafthttp (%v)", err.Error()))
panic(err) panic(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment