Skip to content
Snippets Groups Projects
Commit 9cfdc1fa authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo

parent 59464c6b
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment