forked from Mirrors/freeswitch
print out hostport of failed connection target
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7569 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
18a0b7a42a
commit
516ae82e87
@ -216,8 +216,8 @@ class FreeswitchEventListenerFactory(ClientFactory):
|
||||
|
||||
if self.num_attempts < 10000:
|
||||
self.num_attempts += 1
|
||||
print "Connection refused, retrying attempt #%s in 5 seconds" % \
|
||||
(self.num_attempts)
|
||||
print "Connection to %s:%s refused, retrying attempt #%s in " \
|
||||
"5 seconds" % (self.host, self.port, self.num_attempts)
|
||||
return reactor.callLater(5, self.connect)
|
||||
else:
|
||||
print "clientConnectionFailed! conn=%s, reason=%s" % (connector,
|
||||
|
Loading…
Reference in New Issue
Block a user