[Git][NTPsec/ntpsec][master] Fix typo in attribute name
Matt Selsky
gitlab at mg.gitlab.com
Mon Jan 30 04:51:24 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
4dab2359 by Matt Selsky at 2017-01-29T23:50:08-05:00
Fix typo in attribute name
Found using vulture, https://pypi.python.org/pypi/vulture
- - - - -
1 changed file:
- ntpclients/ntpmon
Changes:
=====================================
ntpclients/ntpmon
=====================================
--- a/ntpclients/ntpmon
+++ b/ntpclients/ntpmon
@@ -314,7 +314,7 @@ if __name__ == '__main__':
if session.debug == 0:
session.logfp = open("ntpmon.log", "a", 1)
peer_report.logfp = session.logfp
- mru_report.logfo = session.logfp
+ mru_report.logfp = session.logfp
session.debug += 1
peer_report.debug = session.debug
mru_report.debug = session.debug
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4dab235967a08763d8da9b0a97ddbffb6fc5a29d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170130/e6397440/attachment.html>
More information about the vc
mailing list