mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into buffers
This commit is contained in:
		
						commit
						03a19997b8
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -160,7 +160,10 @@ func (c *Core) _start(nc *config.NodeConfig, log *log.Logger) (*config.NodeState
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	c.log.Infoln("Starting up...")
 | 
			
		||||
	c._init()
 | 
			
		||||
	if err := c._init(); err != nil {
 | 
			
		||||
		c.log.Errorln("Failed to initialize core")
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err := c.link.init(c); err != nil {
 | 
			
		||||
		c.log.Errorln("Failed to start link interfaces")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue