convert a print to a debug print
This commit is contained in:
parent
5e2686134d
commit
c6e2c5665d
|
@ -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…
Reference in New Issue