This commit is contained in:
Yann Leboulanger 2005-09-05 07:50:47 +00:00
parent 59464c6b4b
commit 9cfdc1fa10
1 changed files with 1 additions and 2 deletions

View File

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