revert to self.DEBUG when SASL is not supported

This commit is contained in:
Dimitur Kirov 2006-02-18 00:01:39 +00:00
parent fd6b2dda67
commit eacf5fb900
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class NonBlockingTcp(PlugIn, IdleObject):
elif not received :
if errnum != socket.SSL_ERROR_EOF:
# 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:
self.disconnect()
return