convert a print to a debug print
This commit is contained in:
		
							parent
							
								
									c0c73a39dd
								
							
						
					
					
						commit
						13a4a91d9a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -166,7 +166,7 @@ class ProxyResolver: | |||
|         self.state = S_FINISHED | ||||
| 
 | ||||
|     def _on_connect_failure(self): | ||||
|         print 'connection failed: ' + self.host | ||||
|         log.debug('Connection failed with %s:%s' % (self.host, self.port)) | ||||
|         self.state = S_FINISHED | ||||
|         self.host = None | ||||
|         self.port = 0 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue