This commit is contained in:
Yann Leboulanger 2005-09-05 07:50:47 +00:00
parent 59464c6b4b
commit 9cfdc1fa10

View file

@ -43,8 +43,7 @@ except ImportError :
import DNS # http://pydns.sf.net/ import DNS # http://pydns.sf.net/
HAVE_PYDNS = True HAVE_PYDNS = True
except ImportError : except ImportError :
self.DEBUG("Couldn't load a supported DNS library.", 'warn') self.DEBUG("Couldn't load a supported DNS library. SRV records will not be queried and some servers may not be accessible.", 'warn')
"SRV records will not be queried and some servers may not be accessible.")
DATA_RECEIVED='DATA RECEIVED' DATA_RECEIVED='DATA RECEIVED'
DATA_SENT='DATA SENT' DATA_SENT='DATA SENT'