revert to self.DEBUG when SASL is not supported
This commit is contained in:
parent
fd6b2dda67
commit
eacf5fb900
|
@ -219,7 +219,7 @@ class NonBlockingTcp(PlugIn, IdleObject):
|
||||||
elif not received :
|
elif not received :
|
||||||
if errnum != socket.SSL_ERROR_EOF:
|
if errnum != socket.SSL_ERROR_EOF:
|
||||||
# 8 EOF occurred in violation of protocol
|
# 8 EOF occurred in violation of protocol
|
||||||
print >> sys.stderr, 'Socket error while receiving data'
|
self.DEBUG('Socket error while receiving data', 'error')
|
||||||
if self.state >= 0:
|
if self.state >= 0:
|
||||||
self.disconnect()
|
self.disconnect()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue