[Git][NTPsec/ntpsec][master] Address GitLab issue #194: better error messages from ntpsweep...

Eric S. Raymond gitlab at mg.gitlab.com
Wed Dec 7 08:32:38 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
f58442bf by Eric S. Raymond at 2016-12-07T03:32:18-05:00
Address GitLab issue #194: better error messages from ntpsweep...

...for non-existent host

- - - - -


1 changed file:

- pylib/packet.py


Changes:

=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -617,7 +617,7 @@ SERR_TIMEOUT = "***Request timed out\n"
 SERR_INCOMPLETE = "***Response from server was incomplete\n"
 SERR_TOOMUCH = "***Buffer size exceeded for returned data\n"
 SERR_SELECT = "***Select call failed\n"
-SERR_NOHOST = "***No host open, use `host' command\n"
+SERR_NOHOST = "***No host open\n"
 SERR_BADLENGTH = "***Response length should have been a multiple of 4"
 SERR_BADKEY = "***Invalid key identifier"
 SERR_INVPASS = "***Invalid password"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f58442bff1463f43bd6adf0c1bbabe28ebb45e3f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161207/5b175f88/attachment.html>


More information about the vc mailing list