mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
chore: log style
This commit is contained in:
parent
f9f8c5c5c1
commit
27702d353a
@ -28,8 +28,8 @@ func (n *Node) Start(nodes []*conf.NodeConfig, core vCore.Core) error {
|
|||||||
err = n.controllers[i].Start()
|
err = n.controllers[i].Start()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("start node controller [%s-%s-%d] error: %s",
|
return fmt.Errorf("start node controller [%s-%s-%d] error: %s",
|
||||||
c.ApiConfig.NodeType,
|
|
||||||
c.ApiConfig.APIHost,
|
c.ApiConfig.APIHost,
|
||||||
|
c.ApiConfig.NodeType,
|
||||||
c.ApiConfig.NodeID,
|
c.ApiConfig.NodeID,
|
||||||
err)
|
err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user