don't log as error, but as info, connection lost. Fixes #4800
This commit is contained in:
		
							parent
							
								
									cba0ae51cf
								
							
						
					
					
						commit
						531ab92651
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -529,7 +529,7 @@ class NonBlockingTCP(NonBlockingTransport, IdleObject):
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if errnum:
 | 
							if errnum:
 | 
				
			||||||
			log.error("Connection to %s:%s lost: %s %s" % (self.server, self.port,
 | 
								log.info("Connection to %s:%s lost: %s %s" % (self.server, self.port,
 | 
				
			||||||
				errnum, errstr), exc_info=True)
 | 
									errnum, errstr), exc_info=True)
 | 
				
			||||||
			self.disconnect()
 | 
								self.disconnect()
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue