mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Added log message when sending updates
This commit is contained in:
		
							parent
							
								
									97f7c90092
								
							
						
					
					
						commit
						461a893ee4
					
				@ -154,6 +154,7 @@ func (h *Headscale) checkForNamespacesPendingUpdates() {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	for _, name := range names {
 | 
			
		||||
		log.Printf("Sending updates to nodes in namespace %s", name)
 | 
			
		||||
		machines, err := h.ListMachinesInNamespace(name)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			continue
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user