mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58: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()
|
||||
if err != nil {
|
||||
return fmt.Errorf("start node controller [%s-%s-%d] error: %s",
|
||||
c.ApiConfig.NodeType,
|
||||
c.ApiConfig.APIHost,
|
||||
c.ApiConfig.NodeType,
|
||||
c.ApiConfig.NodeID,
|
||||
err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user