fix typo
This commit is contained in:
parent
59464c6b4b
commit
9cfdc1fa10
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue