Skip to content
Snippets Groups Projects
Commit 217318a3 authored by nkour's avatar nkour
Browse files

say to the user what libs we support

parent c511ec95
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ except ImportError:
HAVE_PYDNS = True
except ImportError:
#TODO: use self.DEBUG()
print "Could not load a supported DNS library. SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible."
print "Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible."
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