mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-11-04 01:27:21 +01:00 
			
		
		
		
	Changed from INFO to DEBUG the 'Not snarfing' messages.
This commit is contained in:
		
							parent
							
								
									edecd51fc1
								
							
						
					
					
						commit
						d28ddf718e
					
				@ -188,8 +188,8 @@ def urlSnarfer(f):
 | 
			
		||||
        url = match.group(0)
 | 
			
		||||
        for (qUrl, target, when) in _snarfed:
 | 
			
		||||
            if url == qUrl and target == channel and not world.testing:
 | 
			
		||||
                self.log.info('Not snarfing %s from %r: in queue.',
 | 
			
		||||
                              url, msg.prefix)
 | 
			
		||||
                self.log.debug('Not snarfing %s from %r: in queue.',
 | 
			
		||||
                               url, msg.prefix)
 | 
			
		||||
                return
 | 
			
		||||
        else:
 | 
			
		||||
            _snarfed.enqueue((url, channel, now))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user