mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Move some logging back to debug
This commit is contained in:
		
							parent
							
								
									a115d18595
								
							
						
					
					
						commit
						0c7cf65d27
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -211,7 +211,7 @@ func (m *Multicast) monitorInterfaceChanges() {
 | 
			
		|||
				}
 | 
			
		||||
				multicastInterface.Act(multicastInterface, multicastInterface.announce)
 | 
			
		||||
				m.listeners[name] = multicastInterface
 | 
			
		||||
				m.log.Infoln("Started multicasting on", name)
 | 
			
		||||
				m.log.Debugln("Started multicasting on", name)
 | 
			
		||||
				break
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			@ -222,7 +222,7 @@ func (m *Multicast) monitorInterfaceChanges() {
 | 
			
		|||
			// This is a disappeared interface. Stop the announcer.
 | 
			
		||||
			close(intf.stop)
 | 
			
		||||
			delete(m.listeners, name)
 | 
			
		||||
			m.log.Infoln("Stopped multicasting on", name)
 | 
			
		||||
			m.log.Debugln("Stopped multicasting on", name)
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	// Queue the next check.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue