say the truth

This commit is contained in:
Nikos Kouremenos 2005-09-05 11:34:46 +00:00
parent b661626f14
commit 0ecc5877f2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ except ImportError:
HAVE_PYDNS = True HAVE_PYDNS = True
except ImportError: except ImportError:
#TODO: use self.DEBUG() #TODO: use self.DEBUG()
print "Couldn't load a supported DNS library. SRV records will not be queried and some servers may not be accessible." print "Couldn't 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."
DATA_RECEIVED='DATA RECEIVED' DATA_RECEIVED='DATA RECEIVED'
DATA_SENT='DATA SENT' DATA_SENT='DATA SENT'