mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-05-06 13:48:42 +00:00
chore: log style
This commit is contained in:
+1
-1
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user